Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) Kconfig (0e721bd061c15417db388988d494e9f80389dc73)
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

--- 116 unchanged lines hidden (view full) ---

125 depends on ATH9K
126 depends on RFKILL=y || RFKILL=ATH9K
127 default y
128 help
129 Say Y to have ath9k poll the RF-Kill GPIO every couple of
130 seconds. Turn off to save power, but enable it if you have
131 a platform that can toggle the RF-Kill GPIO.
132
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

--- 116 unchanged lines hidden (view full) ---

125 depends on ATH9K
126 depends on RFKILL=y || RFKILL=ATH9K
127 default y
128 help
129 Say Y to have ath9k poll the RF-Kill GPIO every couple of
130 seconds. Turn off to save power, but enable it if you have
131 a platform that can toggle the RF-Kill GPIO.
132
133config ATH9K_CHANNEL_CONTEXT
134 bool "Channel Context support"
135 depends on ATH9K
136 default n
137 ---help---
138 This option enables channel context support in ath9k, which is needed
139 for multi-channel concurrency. Enable this if P2P PowerSave support
140 is required.
141
133config ATH9K_HTC
134 tristate "Atheros HTC based wireless cards support"
135 depends on USB && MAC80211
136 select ATH9K_HW
137 select MAC80211_LEDS
138 select LEDS_CLASS
139 select NEW_LEDS
140 select ATH9K_COMMON

--- 13 unchanged lines hidden ---
142config ATH9K_HTC
143 tristate "Atheros HTC based wireless cards support"
144 depends on USB && MAC80211
145 select ATH9K_HW
146 select MAC80211_LEDS
147 select LEDS_CLASS
148 select NEW_LEDS
149 select ATH9K_COMMON

--- 13 unchanged lines hidden ---