summaryrefslogtreecommitdiff
path: root/net/l3mdev/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/l3mdev/Kconfig')
-rw-r--r--net/l3mdev/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/l3mdev/Kconfig b/net/l3mdev/Kconfig
new file mode 100644
index 000000000000..5d47325037bc
--- /dev/null
+++ b/net/l3mdev/Kconfig
@@ -0,0 +1,10 @@
+#
+# Configuration for L3 master device support
+#
+
+config NET_L3_MASTER_DEV
+ bool "L3 Master device support"
+ depends on INET || IPV6
+ ---help---
+ This module provides glue between core networking code and device
+ drivers to support L3 master devices like VRF.