aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 7612cc8c337c..d87de48ba656 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -236,14 +236,18 @@ source "net/rxrpc/Kconfig"
236config FIB_RULES 236config FIB_RULES
237 bool 237 bool
238 238
239menu "Wireless" 239menuconfig WIRELESS
240 bool "Wireless"
240 depends on !S390 241 depends on !S390
242 default y
243
244if WIRELESS
241 245
242source "net/wireless/Kconfig" 246source "net/wireless/Kconfig"
243source "net/mac80211/Kconfig" 247source "net/mac80211/Kconfig"
244source "net/ieee80211/Kconfig" 248source "net/ieee80211/Kconfig"
245 249
246endmenu 250endif # WIRELESS
247 251
248source "net/rfkill/Kconfig" 252source "net/rfkill/Kconfig"
249source "net/9p/Kconfig" 253source "net/9p/Kconfig"