forked from Minki/linux
d17734aee6
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>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
config ATH_COMMON
|
|
tristate "Atheros Wireless Cards"
|
|
depends on WLAN_80211
|
|
depends on CFG80211
|
|
depends on ATH5K || ATH9K || AR9170_USB
|
|
|
|
source "drivers/net/wireless/ath/ath5k/Kconfig"
|
|
source "drivers/net/wireless/ath/ath9k/Kconfig"
|
|
source "drivers/net/wireless/ath/ar9170/Kconfig"
|
|
|