Skip to content

Commit

Permalink
WIRELESS: Make wireless one-click selectable.
Browse files Browse the repository at this point in the history
Use "menuconfig" to make wireless support one-click selectable.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Robert P. J. Day authored and John W. Linville committed Aug 22, 2008
1 parent d7dc100 commit 5442060
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5442060

Please sign in to comment.