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 cdba08ca2efe..ab4e6da5012f 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -27,6 +27,14 @@ if NET | |||
27 | 27 | ||
28 | menu "Networking options" | 28 | menu "Networking options" |
29 | 29 | ||
30 | config 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 | |||
30 | source "net/packet/Kconfig" | 38 | source "net/packet/Kconfig" |
31 | source "net/unix/Kconfig" | 39 | source "net/unix/Kconfig" |
32 | source "net/xfrm/Kconfig" | 40 | source "net/xfrm/Kconfig" |