diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-10-09 18:17:05 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-09 16:23:35 -0400 |
commit | eab2ec83dbf0e32e28f3108f302ffdaa225d4cce (patch) | |
tree | 5ad683751823b186135ee2bb8f8392a46c2c0d90 /drivers/net/wireless/Kconfig | |
parent | 5718f5009b114372fc237254906812c0d6e57ab1 (diff) |
wireless: make wireless drivers select core
It is somewhat non-sensical to allow selecting wireless
drivers without showing wireless core code options, and
since the wext refactoring this has made it possible to
generate configurations that will not build. Avoid this
and make wireless drivers select the wireless options.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 18255fb28d17..85f8bf4112c1 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -5,6 +5,7 @@ menuconfig WLAN bool "Wireless LAN" depends on !S390 + select WIRELESS default y ---help--- This section contains all the pre 802.11 and 802.11 wireless |