aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-10-31 01:58:33 +0100
committerJakub Kicinski <kuba@kernel.org>2020-11-02 15:52:22 -0800
commit1bcb32c765401b0c2323a1df720e71dfad487f85 (patch)
treeaf4cfbb40ff3c87de967e8fa2b02cb1da3e2e81b
parentdrivers: net: davicom: Fixed unused but set variable with W=1 (diff)
downloadlinux-dev-1bcb32c765401b0c2323a1df720e71dfad487f85.tar.xz
linux-dev-1bcb32c765401b0c2323a1df720e71dfad487f85.zip
drivers: net: davicom Add COMPILE_TEST support
Improve the build testing of this davicom driver by enabling it when COMPILE_TEST is selected. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-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