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:
Andrew Lunn 2020-10-31 01:58:33 +01:00 committed by Jakub Kicinski
parent 3858632a0d
commit 1bcb32c765

View 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