aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2018-02-21 01:31:14 +0100
committerDavid S. Miller <davem@davemloft.net>2018-02-21 17:50:58 -0500
commit218798f407875e8a1ce9164f5e0c50f02105dc64 (patch)
tree1205e2f0a7b0deb369e661f8c942d7f0850865bc /drivers/net/Kconfig
parentipvlan: drop ipv6 dependency (diff)
downloadlinux-dev-218798f407875e8a1ce9164f5e0c50f02105dc64.tar.xz
linux-dev-218798f407875e8a1ce9164f5e0c50f02105dc64.zip
ipvlan: selects master_l3 device instead of depending on it
The L3 Master device is just a glue between the core networking code and device drivers, so it should be selected automatically rather than requiring to be enabled explicitly. Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3234c6618d75..d88b78a17440 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -150,7 +150,7 @@ config IPVLAN
tristate "IP-VLAN support"
depends on INET
depends on NETFILTER
- depends on NET_L3_MASTER_DEV
+ select NET_L3_MASTER_DEV
---help---
This allows one to create virtual devices off of a main interface
and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)