Skip to content

Commit

Permalink
net: Move config NET_NS to from net/Kconfig to init/Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matt Helsley authored and davem330 committed Jan 26, 2009
1 parent 26285ba commit d6eb633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions init/Kconfig
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions net/Kconfig
Expand Up @@ -24,14 +24,6 @@ if NET

menu "Networking options"

config NET_NS
bool "Network namespace support"
default n
depends on EXPERIMENTAL && NAMESPACES
help
Allow user space to create what appear to be multiple instances
of the network stack.

config COMPAT_NET_DEV_OPS
def_bool y

Expand Down

0 comments on commit d6eb633

Please sign in to comment.