Explorar o código

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>
Johannes Berg %!s(int64=15) %!d(string=hai) anos
pai
achega
eab2ec83db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/net/wireless/Kconfig

+ 1 - 0
drivers/net/wireless/Kconfig

@@ -5,6 +5,7 @@
 menuconfig WLAN
 menuconfig WLAN
 	bool "Wireless LAN"
 	bool "Wireless LAN"
 	depends on !S390
 	depends on !S390
+	select WIRELESS
 	default y
 	default y
 	---help---
 	---help---
 	  This section contains all the pre 802.11 and 802.11 wireless
 	  This section contains all the pre 802.11 and 802.11 wireless