summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
authorMatt Helsley <matthltc@us.ibm.com>2009-01-26 12:25:55 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-26 12:25:55 -0800
commitd6eb633fe680c18119346a364acff7723245e278 (patch)
tree861608b5c9de7cf40f6e02ed568cd402c137818d /init
parent26285ba35813063ade9abd2c2eaaddba9354f587 (diff)
downloadlinux-d6eb633fe680c18119346a364acff7723245e278.tar.gz
net: Move config NET_NS to from net/Kconfig to init/Kconfig
Make NET_NS available underneath the generic Namespaces config option
since all of the other namespace options are there.

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
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
 	  Unless you want to work with an experimental feature
 	  say N here.
 
+config NET_NS
+	bool "Network namespace"
+	default n
+	depends on NAMESPACES && EXPERIMENTAL && NET
+	help
+	  Allow user space to create what appear to be multiple instances
+	  of the network stack.
+
 config BLK_DEV_INITRD
 	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
 	depends on BROKEN || !FRV