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>
This commit is contained in:
parent
3858632a0d
commit
1bcb32c765
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user