* [PATCH] wireless: make wireless drivers select core
@ 2009-10-09 16:17 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2009-10-09 16:17 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, Randy Dunlap
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>
---
drivers/net/wireless/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- wireless-testing.orig/drivers/net/wireless/Kconfig 2009-10-08 20:25:04.000000000 +0200
+++ wireless-testing/drivers/net/wireless/Kconfig 2009-10-08 20:27:38.000000000 +0200
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-09 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09 16:17 [PATCH] wireless: make wireless drivers select core Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox