diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-27 19:52:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:43:20 -0400 |
commit | d17734aee6383ff5e1720b3f01c014c0a9db40d5 (patch) | |
tree | 9ec21e99015424d6e3574ac980fb65c76bf7bb1a /drivers/net/wireless/ath/Kconfig | |
parent | dd21dcdc65a182222666199ec4cea188a11cb5d2 (diff) |
ath: depend on cfg80211
The ath.ko module itself depends on cfg80211
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index eb0337c49546..6bed009019a5 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config ATH_COMMON | 1 | config ATH_COMMON |
2 | tristate "Atheros Wireless Cards" | 2 | tristate "Atheros Wireless Cards" |
3 | depends on WLAN_80211 | 3 | depends on WLAN_80211 |
4 | depends on CFG80211 | ||
4 | depends on ATH5K || ATH9K || AR9170_USB | 5 | depends on ATH5K || ATH9K || AR9170_USB |
5 | 6 | ||
6 | source "drivers/net/wireless/ath/ath5k/Kconfig" | 7 | source "drivers/net/wireless/ath/ath5k/Kconfig" |