Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ethernet: actions: Add helper dependency on COMPILE_TEST

it's helpful for complie test in other platform(e.g.X86)

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Cai Huoqing and committed by
David S. Miller
fbcf8a34 1c74b891

+2 -2
+2 -2
drivers/net/ethernet/actions/Kconfig
··· 2 2 3 3 config NET_VENDOR_ACTIONS 4 4 bool "Actions Semi devices" 5 - default y 6 - depends on ARCH_ACTIONS 5 + depends on ARCH_ACTIONS || COMPILE_TEST 6 + default ARCH_ACTIONS 7 7 help 8 8 If you have a network (Ethernet) card belonging to this class, say Y. 9 9