aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/davicom/Kconfig
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2020-11-02 15:52:23 -0800
committerJakub Kicinski <kuba@kernel.org>2020-11-02 15:52:24 -0800
commitce3f952104e0266986d8a4e6b11d8f979e18fb3e (patch)
treeaf4cfbb40ff3c87de967e8fa2b02cb1da3e2e81b /drivers/net/ethernet/davicom/Kconfig
parentdrivers: net: tulip: Fix set but not used with W=1 (diff)
parentdrivers: net: davicom Add COMPILE_TEST support (diff)
downloadlinux-dev-ce3f952104e0266986d8a4e6b11d8f979e18fb3e.tar.xz
linux-dev-ce3f952104e0266986d8a4e6b11d8f979e18fb3e.zip
Merge branch 'davicom-w-1-fixes'
Andrew Lunn says: ==================== davicom W=1 fixes Fixup various W=1 warnings, and then add COMPILE_TEST support, which explains why these where missed on the previous pass. ==================== Link: https://lore.kernel.org/r/20201031005833.1060316-1-andrew@lunn.ch Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/davicom/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/davicom/Kconfig b/drivers/net/ethernet/davicom/Kconfig
index 76247103e566..7af86b6d4150 100644
--- a/drivers/net/ethernet/davicom/Kconfig
+++ b/drivers/net/ethernet/davicom/Kconfig
@@ -5,7 +5,7 @@
config DM9000
tristate "DM9000 support"
- depends on ARM || MIPS || COLDFIRE || NIOS2
+ depends on ARM || MIPS || COLDFIRE || NIOS2 || COMPILE_TEST
select CRC32
select MII
help