Skip to content
Snippets Groups Projects
Commit eab2ec83 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

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: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5718f500
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment