diff options
author | Cai Huoqing <[email protected]> | 2021-08-25 14:25:13 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-08-25 12:06:53 +0100 |
commit | fbcf8a340150abd20bf44fc706362b0827157fe8 (patch) | |
tree | 55ea4eeab01311f24581e53070cb8f600655111c | |
parent | 1c74b89171c39eabc0faba7eb0500c3d73a0e1d1 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/ethernet/actions/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/actions/Kconfig b/drivers/net/ethernet/actions/Kconfig index ccad6a3f4d6f..f630cac2ab6c 100644 --- a/drivers/net/ethernet/actions/Kconfig +++ b/drivers/net/ethernet/actions/Kconfig @@ -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. |