Kconfig (9f6e20cee6253c4ca5faacba8dbd09ebe70132ed) | Kconfig (8a30930563521c9dba73c93b5631be1d0993f78f) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5config ATH9K_DFS_DEBUGFS 6 def_bool y 7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 8 --- 67 unchanged lines hidden (view full) --- 76config ATH9K_RATE_CONTROL 77 bool "Atheros ath9k rate control" 78 depends on ATH9K 79 default y 80 ---help--- 81 Say Y, if you want to use the ath9k specific rate control 82 module instead of minstrel_ht. 83 | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5config ATH9K_DFS_DEBUGFS 6 def_bool y 7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 8 --- 67 unchanged lines hidden (view full) --- 76config ATH9K_RATE_CONTROL 77 bool "Atheros ath9k rate control" 78 depends on ATH9K 79 default y 80 ---help--- 81 Say Y, if you want to use the ath9k specific rate control 82 module instead of minstrel_ht. 83 |
84config ATH9K_BTCOEX_SUPPORT 85 bool "Atheros ath9k bluetooth coexistence support" 86 depends on ATH9K 87 default y 88 ---help--- 89 Say Y, if you want to use the ath9k radios together with 90 Bluetooth modules in the same system. 91 |
|
84config ATH9K_HTC 85 tristate "Atheros HTC based wireless cards support" 86 depends on USB && MAC80211 87 select ATH9K_HW 88 select MAC80211_LEDS 89 select LEDS_CLASS 90 select NEW_LEDS 91 select ATH9K_COMMON --- 13 unchanged lines hidden --- | 92config ATH9K_HTC 93 tristate "Atheros HTC based wireless cards support" 94 depends on USB && MAC80211 95 select ATH9K_HW 96 select MAC80211_LEDS 97 select LEDS_CLASS 98 select NEW_LEDS 99 select ATH9K_COMMON --- 13 unchanged lines hidden --- |