diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 2af83825634e..1e948825974c 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -541,6 +541,14 @@ config PID_NS | |||
541 | Unless you want to work with an experimental feature | 541 | Unless you want to work with an experimental feature |
542 | say N here. | 542 | say N here. |
543 | 543 | ||
544 | config NET_NS | ||
545 | bool "Network namespace" | ||
546 | default n | ||
547 | depends on NAMESPACES && EXPERIMENTAL && NET | ||
548 | help | ||
549 | Allow user space to create what appear to be multiple instances | ||
550 | of the network stack. | ||
551 | |||
544 | config BLK_DEV_INITRD | 552 | config BLK_DEV_INITRD |
545 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" | 553 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" |
546 | depends on BROKEN || !FRV | 554 | depends on BROKEN || !FRV |