Commit 5442060c authored by Robert P. J. Day's avatar Robert P. J. Day Committed by John W. Linville

WIRELESS: Make wireless one-click selectable.

Use "menuconfig" to make wireless support one-click selectable.
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d7dc1003
......@@ -236,14 +236,18 @@ source "net/rxrpc/Kconfig"
config FIB_RULES
bool
menu "Wireless"
menuconfig WIRELESS
bool "Wireless"
depends on !S390
default y
if WIRELESS
source "net/wireless/Kconfig"
source "net/mac80211/Kconfig"
source "net/ieee80211/Kconfig"
endmenu
endif # WIRELESS
source "net/rfkill/Kconfig"
source "net/9p/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment