diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 8 |
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 | ||
46 | menu "Networking options" | 46 | menu "Networking options" |
47 | 47 | ||
48 | config 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 | |||
48 | source "net/packet/Kconfig" | 56 | source "net/packet/Kconfig" |
49 | source "net/unix/Kconfig" | 57 | source "net/unix/Kconfig" |
50 | source "net/xfrm/Kconfig" | 58 | source "net/xfrm/Kconfig" |