Merge branch 'cloud-ena' into 'master'

cloud-amd64: Enable CONFIG_ENA_ETHERNET

See merge request kernel-team/linux!68
This commit is contained in:
Bastian Blank 2018-10-23 16:55:05 +00:00
commit 2b8222fbf9
2 changed files with 6 additions and 1 deletions

3
debian/changelog vendored
View File

@ -19,6 +19,9 @@ linux (4.19-1~exp1) UNRELEASED; urgency=medium
[ Uwe Kleine-König ]
* [armhf,arm64] enable SND_BCM2835 as a module (Closes: #911121)
[ Noah Meyerhans ]
* [cloud-amd64] Enable Amazon ENA ethernet driver (Closes: #910049)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 08 Oct 2018 18:45:06 +0100
linux (4.19~rc7-1~exp1) experimental; urgency=medium

View File

@ -565,7 +565,9 @@ CONFIG_XEN_NETDEV_FRONTEND=m
##
## file: drivers/net/ethernet/amazon/Kconfig
##
# CONFIG_NET_VENDOR_AMAZON is not set
CONFIG_NET_VENDOR_AMAZON=y
#. Amazon EC2 uses Elastic Network Adapter (ENA) support
CONFIG_ENA_ETHERNET=m
##
## file: drivers/net/ethernet/amd/Kconfig