X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2FKconfig;h=ab4e6da5012f1e1d2ef45436fa863d80655f75e2;hb=c70ecc7765f7113f9a9d8a84a49951ad84f06326;hp=2fc8e77b1e62c166ac78d7e46392e5b2ca7a9abd;hpb=fabb5c4e4a474ff0f7d6c1d3466a1b79bbce5f49;p=linux-2.6 diff --git a/net/Kconfig b/net/Kconfig index 2fc8e77b1e..ab4e6da501 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -27,6 +27,14 @@ if NET menu "Networking options" +config NET_NS + bool "Network namespace support" + default n + depends on EXPERIMENTAL && !SYSFS + help + Allow user space to create what appear to be multiple instances + of the network stack. + source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig" @@ -218,12 +226,17 @@ config FIB_RULES bool menu "Wireless" + depends on !S390 source "net/wireless/Kconfig" +source "net/mac80211/Kconfig" source "net/ieee80211/Kconfig" endmenu +source "net/rfkill/Kconfig" +source "net/9p/Kconfig" + endif # if NET endmenu # Networking