aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index cdba08ca2efe..ab4e6da5012f 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -27,6 +27,14 @@ if NET
27 27
28menu "Networking options" 28menu "Networking options"
29 29
30config NET_NS
31 bool "Network namespace support"
32 default n
33 depends on EXPERIMENTAL && !SYSFS
34 help
35 Allow user space to create what appear to be multiple instances
36 of the network stack.
37
30source "net/packet/Kconfig" 38source "net/packet/Kconfig"
31source "net/unix/Kconfig" 39source "net/unix/Kconfig"
32source "net/xfrm/Kconfig" 40source "net/xfrm/Kconfig"