aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 7612cc8c337c..d789d79551ae 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -180,6 +180,7 @@ source "net/tipc/Kconfig"
180source "net/atm/Kconfig" 180source "net/atm/Kconfig"
181source "net/802/Kconfig" 181source "net/802/Kconfig"
182source "net/bridge/Kconfig" 182source "net/bridge/Kconfig"
183source "net/dsa/Kconfig"
183source "net/8021q/Kconfig" 184source "net/8021q/Kconfig"
184source "net/decnet/Kconfig" 185source "net/decnet/Kconfig"
185source "net/llc/Kconfig" 186source "net/llc/Kconfig"
@@ -232,18 +233,23 @@ source "net/can/Kconfig"
232source "net/irda/Kconfig" 233source "net/irda/Kconfig"
233source "net/bluetooth/Kconfig" 234source "net/bluetooth/Kconfig"
234source "net/rxrpc/Kconfig" 235source "net/rxrpc/Kconfig"
236source "net/phonet/Kconfig"
235 237
236config FIB_RULES 238config FIB_RULES
237 bool 239 bool
238 240
239menu "Wireless" 241menuconfig WIRELESS
242 bool "Wireless"
240 depends on !S390 243 depends on !S390
244 default y
245
246if WIRELESS
241 247
242source "net/wireless/Kconfig" 248source "net/wireless/Kconfig"
243source "net/mac80211/Kconfig" 249source "net/mac80211/Kconfig"
244source "net/ieee80211/Kconfig" 250source "net/ieee80211/Kconfig"
245 251
246endmenu 252endif # WIRELESS
247 253
248source "net/rfkill/Kconfig" 254source "net/rfkill/Kconfig"
249source "net/9p/Kconfig" 255source "net/9p/Kconfig"