Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

orinoco/hermes: select CFG80211_WEXT

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>

authored by

Johannes Berg and committed by
Kalle Valo
a2bd36c2 edea2acb

+2 -1
+2 -1
drivers/net/wireless/orinoco/Kconfig
··· 1 1 config HERMES 2 2 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" 3 3 depends on (PPC_PMAC || PCI || PCMCIA) 4 - depends on CFG80211 && CFG80211_WEXT 4 + depends on CFG80211 5 + select CFG80211_WEXT 5 6 select WIRELESS_EXT 6 7 select WEXT_SPY 7 8 select WEXT_PRIV