OSDN Git Service

drivers: net: davicom Add COMPILE_TEST support
authorAndrew Lunn <andrew@lunn.ch>
Sat, 31 Oct 2020 00:58:33 +0000 (01:58 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 2 Nov 2020 23:52:22 +0000 (15:52 -0800)
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>
drivers/net/ethernet/davicom/Kconfig

index 7624710..7af86b6 100644 (file)
@@ -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