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 0d68b40fc0e6..f49532053a98 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -45,6 +45,14 @@ config COMPAT_NETLINK_MESSAGES
45 45
46menu "Networking options" 46menu "Networking options"
47 47
48config NET_NS
49 bool "Network namespace support"
50 default n
51 depends on EXPERIMENTAL && NAMESPACES
52 help
53 Allow user space to create what appear to be multiple instances
54 of the network stack.
55
48source "net/packet/Kconfig" 56source "net/packet/Kconfig"
49source "net/unix/Kconfig" 57source "net/unix/Kconfig"
50source "net/xfrm/Kconfig" 58source "net/xfrm/Kconfig"