Kconfig (360d9bb5ee2db4d409448667de606c05b3914d53) | Kconfig (ed14dc0af7ccea867b479feb88efdfe43ca2a0f9) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6 select DEBUG_FS 7 select RELAY 8config ATH9K_DFS_DEBUGFS --- 162 unchanged lines hidden (view full) --- 171 172 The built module will be ath9k_htc. 173 174config ATH9K_HTC_DEBUGFS 175 bool "Atheros ath9k_htc debugging" 176 depends on ATH9K_HTC && DEBUG_FS 177 ---help--- 178 Say Y, if you need access to ath9k_htc's statistics. | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 select ATH_COMMON 6 select DEBUG_FS 7 select RELAY 8config ATH9K_DFS_DEBUGFS --- 162 unchanged lines hidden (view full) --- 171 172 The built module will be ath9k_htc. 173 174config ATH9K_HTC_DEBUGFS 175 bool "Atheros ath9k_htc debugging" 176 depends on ATH9K_HTC && DEBUG_FS 177 ---help--- 178 Say Y, if you need access to ath9k_htc's statistics. |
179 180config ATH9K_HWRNG 181 bool "Random number generator support" 182 depends on ATH9K && (HW_RANDOM = y || HW_RANDOM = ATH9K) 183 default y 184 ---help--- 185 This option incorporates the ADC register output as a source of 186 randomness into Linux entropy pool (/dev/urandom and /dev/random) 187 188 Say Y, feeds the entropy directly from the WiFi driver to the input 189 pool. |
|