Message ID | 20241212-arm64-defconfig-graviton-v1-1-86830c3d572b@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 160825131614bbf0afaee837180391e313d9d08b |
Headers | show |
Series | arm64: defconfig: Enable Amazon Elastic Network Adaptor | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 12 Dec 2024 19:36:32 +0000 you wrote: > The Graviton SoCs available in AWS use a custom network adaptor, enable > support for this in defconfig so standard defconfig builds can be used more > readily in CI. The driver is left as a module since it is relatively > unlikely these will be netbooted. > > Signed-off-by: Mark Brown <broonie@kernel.org> > > [...] Here is the summary with links: - arm64: defconfig: Enable Amazon Elastic Network Adaptor https://git.kernel.org/soc/soc/c/160825131614 You are awesome, thank you!
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e6158633f07c1f3532fba62f09b31e7448..b48940b3d100dd03945a29735b8ba26b145d51ad 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -330,6 +330,7 @@ CONFIG_VIRTIO_NET=y CONFIG_MHI_NET=m CONFIG_NET_DSA_BCM_SF2=m CONFIG_NET_DSA_MSCC_FELIX=m +CONFIG_ENA_ETHERNET=m CONFIG_AMD_XGBE=y CONFIG_NET_XGENE=y CONFIG_ATL1C=m
The Graviton SoCs available in AWS use a custom network adaptor, enable support for this in defconfig so standard defconfig builds can be used more readily in CI. The driver is left as a module since it is relatively unlikely these will be netbooted. Signed-off-by: Mark Brown <broonie@kernel.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 change-id: 20241212-arm64-defconfig-graviton-0eda53e5d19d Best regards,