Commit fbcf8a34 authored by Cai Huoqing's avatar Cai Huoqing Committed by David S. Miller
Browse files

net: ethernet: actions: Add helper dependency on COMPILE_TEST



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

Signed-off-by: default avatarCai Huoqing <caihuoqing@baidu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1c74b891
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

config NET_VENDOR_ACTIONS
	bool "Actions Semi devices"
	default y
	depends on ARCH_ACTIONS
	depends on ARCH_ACTIONS || COMPILE_TEST
	default ARCH_ACTIONS
	help
	  If you have a network (Ethernet) card belonging to this class, say Y.