mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 07:44:37 -05:00
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>
This commit is contained in:
committed by
David S. Miller
parent
1c74b89171
commit
fbcf8a3401
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user