orinoco/hermes: select CFG80211_WEXT
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jan 2015 12:46:57 +0000 (13:46 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 15 Jan 2015 13:04:10 +0000 (15:04 +0200)
It makes no sense to require the user to find and enable
CFG80211_WEXT before the driver can be selected, make the
driver select the needed Kconfig symbol itself.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/orinoco/Kconfig

index 60698b0..6d831d4 100644 (file)
@@ -1,7 +1,8 @@
 config HERMES
        tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
        depends on (PPC_PMAC || PCI || PCMCIA)
-       depends on CFG80211 && CFG80211_WEXT
+       depends on CFG80211
+       select CFG80211_WEXT
        select WIRELESS_EXT
        select WEXT_SPY
        select WEXT_PRIV