Kconfig (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | Kconfig (6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 18 unchanged lines hidden (view full) --- 27 bool "Atheros ath9k debugging" 28 depends on ATH9K && DEBUG_FS 29 ---help--- 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. 32 33 Also required for changing debug message flags at run time. 34 | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 18 unchanged lines hidden (view full) --- 27 bool "Atheros ath9k debugging" 28 depends on ATH9K && DEBUG_FS 29 ---help--- 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. 32 33 Also required for changing debug message flags at run time. 34 |
35config ATH9K_RATE_CONTROL 36 bool "Atheros ath9k rate control" 37 depends on ATH9K 38 default y 39 ---help--- 40 Say Y, if you want to use the ath9k specific rate control 41 module instead of minstrel_ht. 42 |
|
35config ATH9K_HTC 36 tristate "Atheros HTC based wireless cards support" 37 depends on USB && MAC80211 38 select ATH9K_HW 39 select MAC80211_LEDS 40 select LEDS_CLASS 41 select NEW_LEDS 42 select ATH9K_COMMON --- 13 unchanged lines hidden --- | 43config ATH9K_HTC 44 tristate "Atheros HTC based wireless cards support" 45 depends on USB && MAC80211 46 select ATH9K_HW 47 select MAC80211_LEDS 48 select LEDS_CLASS 49 select NEW_LEDS 50 select ATH9K_COMMON --- 13 unchanged lines hidden --- |