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

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
......@@ -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.
......
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