提交 5442060c 编写于 作者: R Robert P. J. Day 提交者: John W. Linville

WIRELESS: Make wireless one-click selectable.

Use "menuconfig" to make wireless support one-click selectable.
Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册