diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 10 |
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" | |||
180 | source "net/atm/Kconfig" | 180 | source "net/atm/Kconfig" |
181 | source "net/802/Kconfig" | 181 | source "net/802/Kconfig" |
182 | source "net/bridge/Kconfig" | 182 | source "net/bridge/Kconfig" |
183 | source "net/dsa/Kconfig" | ||
183 | source "net/8021q/Kconfig" | 184 | source "net/8021q/Kconfig" |
184 | source "net/decnet/Kconfig" | 185 | source "net/decnet/Kconfig" |
185 | source "net/llc/Kconfig" | 186 | source "net/llc/Kconfig" |
@@ -232,18 +233,23 @@ source "net/can/Kconfig" | |||
232 | source "net/irda/Kconfig" | 233 | source "net/irda/Kconfig" |
233 | source "net/bluetooth/Kconfig" | 234 | source "net/bluetooth/Kconfig" |
234 | source "net/rxrpc/Kconfig" | 235 | source "net/rxrpc/Kconfig" |
236 | source "net/phonet/Kconfig" | ||
235 | 237 | ||
236 | config FIB_RULES | 238 | config FIB_RULES |
237 | bool | 239 | bool |
238 | 240 | ||
239 | menu "Wireless" | 241 | menuconfig WIRELESS |
242 | bool "Wireless" | ||
240 | depends on !S390 | 243 | depends on !S390 |
244 | default y | ||
245 | |||
246 | if WIRELESS | ||
241 | 247 | ||
242 | source "net/wireless/Kconfig" | 248 | source "net/wireless/Kconfig" |
243 | source "net/mac80211/Kconfig" | 249 | source "net/mac80211/Kconfig" |
244 | source "net/ieee80211/Kconfig" | 250 | source "net/ieee80211/Kconfig" |
245 | 251 | ||
246 | endmenu | 252 | endif # WIRELESS |
247 | 253 | ||
248 | source "net/rfkill/Kconfig" | 254 | source "net/rfkill/Kconfig" |
249 | source "net/9p/Kconfig" | 255 | source "net/9p/Kconfig" |