Skip to content

Commit 1608251

Browse files
brooniearndb
authored andcommitted
arm64: defconfig: Enable Amazon Elastic Network Adaptor
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent fac04ef commit 1608251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ CONFIG_VIRTIO_NET=y
330330
CONFIG_MHI_NET=m
331331
CONFIG_NET_DSA_BCM_SF2=m
332332
CONFIG_NET_DSA_MSCC_FELIX=m
333+
CONFIG_ENA_ETHERNET=m
333334
CONFIG_AMD_XGBE=y
334335
CONFIG_NET_XGENE=y
335336
CONFIG_ATL1C=m

0 commit comments

Comments
 (0)