]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/Kconfig
r8169: prevent bit sign expansion error in mdio_write
[linux-2.6-omap-h63xx.git] / net / Kconfig
index 915657832d944c10a537f3dbd3ce3d3d69745fb0..ab4e6da5012f1e1d2ef45436fa863d80655f75e2 100644 (file)
@@ -27,12 +27,13 @@ if NET
 
 menu "Networking options"
 
-config NETDEBUG
-       bool "Network packet debugging"
+config NET_NS
+       bool "Network namespace support"
+       default n
+       depends on EXPERIMENTAL && !SYSFS
        help
-         You can say Y here if you want to get additional messages useful in
-         debugging bad packets, but can overwhelm logs under denial of service
-         attacks.
+         Allow user space to create what appear to be multiple instances
+         of the network stack.
 
 source "net/packet/Kconfig"
 source "net/unix/Kconfig"
@@ -219,14 +220,23 @@ endmenu
 source "net/ax25/Kconfig"
 source "net/irda/Kconfig"
 source "net/bluetooth/Kconfig"
-source "net/ieee80211/Kconfig"
-
-config WIRELESS_EXT
-       bool
+source "net/rxrpc/Kconfig"
 
 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