Commit 1bcb32c7 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jakub Kicinski

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: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 3858632a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment