From 8bf0fade1635d37c828579c35d0ad0e028fb5ea6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 19 Apr 2018 00:22:00 +0100 Subject: [PATCH] [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 --- debian/changelog | 1 + debian/config/config | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index e26f2fd0c..ff59b8c21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/config/config b/debian/config/config index a77a5f649..1f8fb084c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -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 ##