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 3be35f3a001b..b9d1dd222104 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -633,6 +633,14 @@ config PID_NS | |||
633 | Unless you want to work with an experimental feature | 633 | Unless you want to work with an experimental feature |
634 | say N here. | 634 | say N here. |
635 | 635 | ||
636 | config NET_NS | ||
637 | bool "Network namespace" | ||
638 | default n | ||
639 | depends on NAMESPACES && EXPERIMENTAL && NET | ||
640 | help | ||
641 | Allow user space to create what appear to be multiple instances | ||
642 | of the network stack. | ||
643 | |||
636 | config BLK_DEV_INITRD | 644 | config BLK_DEV_INITRD |
637 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" | 645 | bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" |
638 | depends on BROKEN || !FRV | 646 | depends on BROKEN || !FRV |