[amd64] net: Enable AQTION as module

I'm enabling it in the top-level config, but currently it has
'depends on X86_64' so it will only be built for amd64.

References: https://lists.debian.org/CAMVG2svxkO42pr7VgjFxv1o5hiw9-1cAgBuhyEem1foTH2M6zw@mail.gmail.com
This commit is contained in:
Ben Hutchings 2018-04-19 00:22:00 +01:00
parent 5014bbfd99
commit 8bf0fade16
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -520,6 +520,7 @@ linux (4.15.17-1) UNRELEASED; urgency=medium
* block: Enable BLK_SED_OPAL (except on armel)
* [arm64] Enable ARCH_SYNQUACER and related driver modules (Closes: #891787)
* [arm64] PCI: Enable PCI_TEGRA (Closes: #888817)
* [amd64] net: Enable AQTION as module
[ Vagrant Cascadian ]
* [armhf] Add patch to fix loading of imx6q-cpufreq module.

View File

@ -2959,6 +2959,12 @@ CONFIG_PCNET32=m
##
# CONFIG_NET_XGENE is not set
##
## file: drivers/net/ethernet/aquantia/Kconfig
##
CONFIG_NET_VENDOR_AQUANTIA=y
CONFIG_AQTION=m
##
## file: drivers/net/ethernet/arc/Kconfig
##