kernel/arm64: Enable ENA driver

The new AWS A1 instances use the ENA network driver.
Enable it.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-01-02 21:44:52 +00:00
parent ae1f2dd6af
commit 77422d26c0

View File

@ -1927,7 +1927,7 @@ CONFIG_MDIO=m
# CONFIG_NET_VENDOR_ALTEON is not set # CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set # CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set CONFIG_ENA_ETHERNET=m
# CONFIG_NET_VENDOR_AMD is not set # CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set # CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_VENDOR_ARC is not set