Kconfig (e77bc7dc9af0ec53996367b2053dfafee83b7edb) | Kconfig (b64acb28da8394485f0762e657470c9fc33aca4d) |
---|---|
1# SPDX-License-Identifier: ISC 2config ATH9K_HW 3 tristate 4config ATH9K_COMMON 5 tristate 6 select ATH_COMMON 7config ATH9K_COMMON_DEBUG 8 bool --- 7 unchanged lines hidden (view full) --- 16 default y 17 help 18 Say Y, if you want to use the ath9k/ath9k_htc radios together with 19 Bluetooth modules in the same system. 20 21config ATH9K 22 tristate "Atheros 802.11n wireless cards support" 23 depends on MAC80211 && HAS_DMA | 1# SPDX-License-Identifier: ISC 2config ATH9K_HW 3 tristate 4config ATH9K_COMMON 5 tristate 6 select ATH_COMMON 7config ATH9K_COMMON_DEBUG 8 bool --- 7 unchanged lines hidden (view full) --- 16 default y 17 help 18 Say Y, if you want to use the ath9k/ath9k_htc radios together with 19 Bluetooth modules in the same system. 20 21config ATH9K 22 tristate "Atheros 802.11n wireless cards support" 23 depends on MAC80211 && HAS_DMA |
24 select MAC80211_LEDS if LEDS_CLASS=y || LEDS_CLASS=MAC80211 |
|
24 select ATH9K_HW 25 select ATH9K_COMMON | 25 select ATH9K_HW 26 select ATH9K_COMMON |
26 imply NEW_LEDS 27 imply LEDS_CLASS 28 imply MAC80211_LEDS | |
29 help 30 This module adds support for wireless adapters based on 31 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family 32 of chipsets. For a specific list of supported external 33 cards, laptops that already ship with these cards and 34 APs that come with these cards refer to ath9k wiki 35 products page: 36 --- 134 unchanged lines hidden (view full) --- 171 These devices are usually various network appliances, routers or 172 access Points and such. 173 174 If unsure say N. 175 176config ATH9K_HTC 177 tristate "Atheros HTC based wireless cards support" 178 depends on USB && MAC80211 | 27 help 28 This module adds support for wireless adapters based on 29 Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family 30 of chipsets. For a specific list of supported external 31 cards, laptops that already ship with these cards and 32 APs that come with these cards refer to ath9k wiki 33 products page: 34 --- 134 unchanged lines hidden (view full) --- 169 These devices are usually various network appliances, routers or 170 access Points and such. 171 172 If unsure say N. 173 174config ATH9K_HTC 175 tristate "Atheros HTC based wireless cards support" 176 depends on USB && MAC80211 |
177 select MAC80211_LEDS if LEDS_CLASS=y || LEDS_CLASS=MAC80211 |
|
179 select ATH9K_HW 180 select ATH9K_COMMON | 178 select ATH9K_HW 179 select ATH9K_COMMON |
181 imply NEW_LEDS 182 imply LEDS_CLASS 183 imply MAC80211_LEDS | |
184 help 185 Support for Atheros HTC based cards. 186 Chipsets supported: AR9271 187 188 For more information: 189 https://wireless.wiki.kernel.org/en/users/Drivers/ath9k_htc 190 191 The built module will be ath9k_htc. --- 27 unchanged lines hidden --- | 180 help 181 Support for Atheros HTC based cards. 182 Chipsets supported: AR9271 183 184 For more information: 185 https://wireless.wiki.kernel.org/en/users/Drivers/ath9k_htc 186 187 The built module will be ath9k_htc. --- 27 unchanged lines hidden --- |