Kconfig (12e9432707dad5a09d8c51857b275c62bb6f91c8) | Kconfig (9a6f7347f59f55433ec50578e8d42d305e0d53ae) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate |
5 select ATH_COMMON |
|
5config ATH9K_DFS_DEBUGFS 6 def_bool y 7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 8 9config ATH9K_BTCOEX_SUPPORT 10 bool "Atheros bluetooth coexistence support" 11 depends on (ATH9K || ATH9K_HTC) 12 default y 13 ---help--- 14 Say Y, if you want to use the ath9k/ath9k_htc radios together with 15 Bluetooth modules in the same system. 16 17config ATH9K 18 tristate "Atheros 802.11n wireless cards support" 19 depends on MAC80211 | 6config ATH9K_DFS_DEBUGFS 7 def_bool y 8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 9 10config ATH9K_BTCOEX_SUPPORT 11 bool "Atheros bluetooth coexistence support" 12 depends on (ATH9K || ATH9K_HTC) 13 default y 14 ---help--- 15 Say Y, if you want to use the ath9k/ath9k_htc radios together with 16 Bluetooth modules in the same system. 17 18config ATH9K 19 tristate "Atheros 802.11n wireless cards support" 20 depends on MAC80211 |
20 select ATH_COMMON | |
21 select ATH9K_HW 22 select MAC80211_LEDS 23 select LEDS_CLASS 24 select NEW_LEDS 25 select ATH9K_COMMON 26 ---help--- 27 This module adds support for wireless adapters based on 28 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family --- 94 unchanged lines hidden --- | 21 select ATH9K_HW 22 select MAC80211_LEDS 23 select LEDS_CLASS 24 select NEW_LEDS 25 select ATH9K_COMMON 26 ---help--- 27 This module adds support for wireless adapters based on 28 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family --- 94 unchanged lines hidden --- |