Kalle Valo | bdcd817 | 2011-07-18 00:22:30 +0300 | [diff] [blame] | 1 | config ATH6KL |
Kalle Valo | 241b128 | 2012-01-17 20:09:45 +0200 | [diff] [blame] | 2 | tristate "Atheros mobile chipsets support" |
| 3 | |
| 4 | config ATH6KL_SDIO |
| 5 | tristate "Atheros ath6kl SDIO support" |
| 6 | depends on ATH6KL |
Kalle Valo | bdcd817 | 2011-07-18 00:22:30 +0300 | [diff] [blame] | 7 | depends on MMC |
| 8 | depends on CFG80211 |
Kalle Valo | bdcd817 | 2011-07-18 00:22:30 +0300 | [diff] [blame] | 9 | ---help--- |
| 10 | This module adds support for wireless adapters based on |
Kalle Valo | 241b128 | 2012-01-17 20:09:45 +0200 | [diff] [blame] | 11 | Atheros AR6003 and AR6004 chipsets running over SDIO. If you |
| 12 | choose to build it as a module, it will be called ath6kl_sdio. |
| 13 | Please note that AR6002 and AR6001 are not supported by this |
| 14 | driver. |
| 15 | |
| 16 | config ATH6KL_USB |
| 17 | tristate "Atheros ath6kl USB support" |
| 18 | depends on ATH6KL |
| 19 | depends on USB |
| 20 | depends on CFG80211 |
| 21 | depends on EXPERIMENTAL |
| 22 | ---help--- |
| 23 | This module adds support for wireless adapters based on |
| 24 | Atheros AR6004 chipset running over USB. This is still under |
| 25 | implementation and it isn't functional. If you choose to |
| 26 | build it as a module, it will be called ath6kl_usb. |
Kalle Valo | bdcd817 | 2011-07-18 00:22:30 +0300 | [diff] [blame] | 27 | |
| 28 | config ATH6KL_DEBUG |
| 29 | bool "Atheros ath6kl debugging" |
| 30 | depends on ATH6KL |
| 31 | ---help--- |
| 32 | Enables debug support |
Kalle Valo | 84841ba | 2012-07-19 16:00:56 +0300 | [diff] [blame^] | 33 | |
| 34 | config ATH6KL_REGDOMAIN |
| 35 | bool "Atheros ath6kl regdomain support" |
| 36 | depends on ATH6KL |
| 37 | depends on CFG80211_CERTIFICATION_ONUS |
| 38 | ---help--- |
| 39 | Enabling this makes it possible to change the regdomain in |
| 40 | the firmware. This can be only enabled if regulatory requirements |
| 41 | are taken into account. |