Skip to content

Commit

Permalink
orinoco/hermes: select CFG80211_WEXT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and Kalle Valo committed Jan 15, 2015
1 parent edea2ac commit a2bd36c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/orinoco/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2bd36c

Please sign in to comment.