From: Andrew Lunn Date: Sat, 31 Oct 2020 00:58:33 +0000 (+0100) Subject: drivers: net: davicom Add COMPILE_TEST support X-Git-Tag: v5.11-rc1~169^2~396^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1bcb32c765401b0c2323a1df720e71dfad487f85;p=tomoyo%2Ftomoyo-test1.git 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 Signed-off-by: Jakub Kicinski --- 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