Kconfig (ee3e542fec6e69bc9fb668698889a37d93950ddf) | Kconfig (e5614a91be86b4b2d56f68c036fd7e81473b4016) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6config ATH9K_DFS_DEBUGFS 7 def_bool y 8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED --- 42 unchanged lines hidden (view full) --- 51 ---help--- 52 This option enables the AHB bus support in ath9k. 53 54 Say Y, if you have a SoC with a compatible built-in 55 wireless MAC. Say N if unsure. 56 57config ATH9K_DEBUGFS 58 bool "Atheros ath9k debugging" | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6config ATH9K_DFS_DEBUGFS 7 def_bool y 8 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED --- 42 unchanged lines hidden (view full) --- 51 ---help--- 52 This option enables the AHB bus support in ath9k. 53 54 Say Y, if you have a SoC with a compatible built-in 55 wireless MAC. Say N if unsure. 56 57config ATH9K_DEBUGFS 58 bool "Atheros ath9k debugging" |
59 depends on ATH9K | 59 depends on ATH9K && DEBUG_FS |
60 select MAC80211_DEBUGFS 61 select RELAY 62 ---help--- 63 Say Y, if you need access to ath9k's statistics for 64 interrupts, rate control, etc. 65 66 Also required for changing debug message flags at run time. 67 --- 23 unchanged lines hidden (view full) --- 91 ---help--- 92 Say Y, if you want to use the ath9k specific rate control 93 module instead of minstrel_ht. Be warned that there are various 94 issues with the ath9k RC and minstrel is a more robust algorithm. 95 Note that even if this option is selected, "ath9k_rate_control" 96 has to be passed to mac80211 using the module parameter, 97 ieee80211_default_rc_algo. 98 | 60 select MAC80211_DEBUGFS 61 select RELAY 62 ---help--- 63 Say Y, if you need access to ath9k's statistics for 64 interrupts, rate control, etc. 65 66 Also required for changing debug message flags at run time. 67 --- 23 unchanged lines hidden (view full) --- 91 ---help--- 92 Say Y, if you want to use the ath9k specific rate control 93 module instead of minstrel_ht. Be warned that there are various 94 issues with the ath9k RC and minstrel is a more robust algorithm. 95 Note that even if this option is selected, "ath9k_rate_control" 96 has to be passed to mac80211 using the module parameter, 97 ieee80211_default_rc_algo. 98 |
99config ATH9K_RFKILL 100 bool "Atheros ath9k rfkill support" if EXPERT 101 depends on ATH9K 102 depends on RFKILL=y || RFKILL=ATH9K 103 default y 104 help 105 Say Y to have ath9k poll the RF-Kill GPIO every couple of 106 seconds. Turn off to save power, but enable it if you have 107 a platform that can toggle the RF-Kill GPIO. 108 |
|
99config ATH9K_HTC 100 tristate "Atheros HTC based wireless cards support" 101 depends on USB && MAC80211 102 select ATH9K_HW 103 select MAC80211_LEDS 104 select LEDS_CLASS 105 select NEW_LEDS 106 select ATH9K_COMMON --- 13 unchanged lines hidden --- | 109config ATH9K_HTC 110 tristate "Atheros HTC based wireless cards support" 111 depends on USB && MAC80211 112 select ATH9K_HW 113 select MAC80211_LEDS 114 select LEDS_CLASS 115 select NEW_LEDS 116 select ATH9K_COMMON --- 13 unchanged lines hidden --- |