diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-01-06 07:46:57 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-15 08:04:10 -0500 |
commit | a2bd36c210ba5533fb12e9dc737711a5cb59d7bb (patch) | |
tree | a98b9aa26b24adec2075d07610a3e79246686345 /drivers/net/wireless/orinoco/Kconfig | |
parent | edea2acb8b3ce9fdadfc49ee39ac21f01d4f3d01 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/orinoco/Kconfig')
-rw-r--r-- | drivers/net/wireless/orinoco/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/Kconfig b/drivers/net/wireless/orinoco/Kconfig index 60698b020851..6d831d4d1b5f 100644 --- a/drivers/net/wireless/orinoco/Kconfig +++ b/drivers/net/wireless/orinoco/Kconfig | |||
@@ -1,7 +1,8 @@ | |||
1 | config HERMES | 1 | config HERMES |
2 | tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" | 2 | tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" |
3 | depends on (PPC_PMAC || PCI || PCMCIA) | 3 | depends on (PPC_PMAC || PCI || PCMCIA) |
4 | depends on CFG80211 && CFG80211_WEXT | 4 | depends on CFG80211 |
5 | select CFG80211_WEXT | ||
5 | select WIRELESS_EXT | 6 | select WIRELESS_EXT |
6 | select WEXT_SPY | 7 | select WEXT_SPY |
7 | select WEXT_PRIV | 8 | select WEXT_PRIV |