OLD | NEW |
1 config ATH6K_LEGACY | 1 config ATH6K_LEGACY |
2 » tristate "Atheros AR600x support (non mac80211)" | 2 » tristate "Atheros AR6003 support (non mac80211)" |
3 » depends on MMC | 3 depends on MMC && WLAN |
4 » depends on WLAN_80211 | 4 select WIRELESS_EXT |
| 5 select WEXT_PRIV |
5 help | 6 help |
6 » This module adds support for wireless adapters based on Atheros AR600x c
hipset running over SDIO. If you choose to build it as a module, it will be call
ed ath6kl. | 7 » This module adds support for wireless adapters based on Atheros AR6003 c
hipset running over SDIO. If you choose to build it as a module, it will be call
ed ath6kl. Pls note that AR6002 and AR6001 are not supported by this driver. |
7 | 8 |
8 choice | 9 choice |
9 » prompt "AR600x Board Data Configuration" | 10 » prompt "AR6003 Board Data Configuration" |
10 depends on ATH6K_LEGACY | 11 depends on ATH6K_LEGACY |
11 default AR600x_SD31_XXX | 12 default AR600x_SD31_XXX |
12 help | 13 help |
13 » Select the appropriate board data template from the list below that matc
hes your AR600x based reference design. | 14 » Select the appropriate board data template from the list below that matc
hes your AR6003 based reference design. |
14 | 15 |
15 config AR600x_SD31_XXX | 16 config AR600x_SD31_XXX |
16 bool "SD31-xxx" | 17 bool "SD31-xxx" |
17 help | 18 help |
18 Board Data file for a standard SD31 reference design (File: bdata.SD31.b
in) | 19 Board Data file for a standard SD31 reference design (File: bdata.SD31.b
in) |
19 | 20 |
20 config AR600x_WB31_XXX | 21 config AR600x_WB31_XXX |
21 bool "WB31-xxx" | 22 bool "WB31-xxx" |
22 help | 23 help |
23 Board Data file for a standard WB31 (BT/WiFi) reference design (File: bd
ata.WB31.bin) | 24 Board Data file for a standard WB31 (BT/WiFi) reference design (File: bd
ata.WB31.bin) |
(...skipping 13 matching lines...) Expand all Loading... |
37 bool "BT Coexistence support" | 38 bool "BT Coexistence support" |
38 depends on ATH6K_LEGACY | 39 depends on ATH6K_LEGACY |
39 help | 40 help |
40 Enables WLAN/BT coexistence support. Select the apprpriate configuration
from below. | 41 Enables WLAN/BT coexistence support. Select the apprpriate configuration
from below. |
41 | 42 |
42 choice | 43 choice |
43 prompt "Front-End Antenna Configuration" | 44 prompt "Front-End Antenna Configuration" |
44 depends on ATH6KL_ENABLE_COEXISTENCE | 45 depends on ATH6KL_ENABLE_COEXISTENCE |
45 default AR600x_DUAL_ANTENNA | 46 default AR600x_DUAL_ANTENNA |
46 help | 47 help |
47 » Select the appropriate configuration from the list below that matches yo
ur AR600x based reference design. | 48 » Indicates the number of antennas being used by BT and WLAN. Select the a
ppropriate configuration from the list below that matches your AR6003 based refe
rence design. |
48 | 49 |
49 config AR600x_DUAL_ANTENNA | 50 config AR600x_DUAL_ANTENNA |
50 bool "Dual Antenna" | 51 bool "Dual Antenna" |
51 help | 52 help |
52 Dual Antenna Design | 53 Dual Antenna Design |
53 | 54 |
54 config AR600x_SINGLE_ANTENNA | 55 config AR600x_SINGLE_ANTENNA |
55 bool "Single Antenna" | 56 bool "Single Antenna" |
56 help | 57 help |
57 Single Antenna Design | 58 Single Antenna Design |
58 endchoice | 59 endchoice |
59 | 60 |
60 choice | 61 choice |
61 prompt "Collocated Bluetooth Type" | 62 prompt "Collocated Bluetooth Type" |
62 depends on ATH6KL_ENABLE_COEXISTENCE | 63 depends on ATH6KL_ENABLE_COEXISTENCE |
63 default AR600x_BT_AR3001 | 64 default AR600x_BT_AR3001 |
64 help | 65 help |
65 » Select the appropriate configuration from the list below that matches yo
ur AR600x based reference design. | 66 » Select the appropriate configuration from the list below that matches yo
ur AR6003 based reference design. |
66 | 67 |
67 config AR600x_BT_QCOM | 68 config AR600x_BT_QCOM |
68 bool "Qualcomm BTS4020X" | 69 bool "Qualcomm BTS4020X" |
69 help | 70 help |
70 Qualcomm BT (3 Wire PTA) | 71 Qualcomm BT (3 Wire PTA) |
71 | 72 |
72 config AR600x_BT_CSR | 73 config AR600x_BT_CSR |
73 bool "CSR BC06" | 74 bool "CSR BC06" |
74 help | 75 help |
75 CSR BT (3 Wire PTA) | 76 CSR BT (3 Wire PTA) |
(...skipping 20 matching lines...) Expand all Loading... |
96 int "GPIO" | 97 int "GPIO" |
97 depends on ATH6KL_CONFIG_GPIO_BT_RESET | 98 depends on ATH6KL_CONFIG_GPIO_BT_RESET |
98 default 22 | 99 default 22 |
99 help | 100 help |
100 WLAN GPIO to be used for resetting BT | 101 WLAN GPIO to be used for resetting BT |
101 | 102 |
102 config ATH6KL_CFG80211 | 103 config ATH6KL_CFG80211 |
103 bool "CFG80211 support" | 104 bool "CFG80211 support" |
104 depends on ATH6K_LEGACY | 105 depends on ATH6K_LEGACY |
105 help | 106 help |
106 » Enables support for CFG80211 APIs | 107 » Enables support for CFG80211 APIs. The default option is to use WEXT. Ev
en with this option enabled, WEXT is not explicitly disabled and the onus of not
exercising WEXT lies on the application(s) running in the user space. |
107 | 108 |
108 config ATH6KL_HTC_RAW_INTERFACE | 109 config ATH6KL_HTC_RAW_INTERFACE |
109 bool "RAW HTC support" | 110 bool "RAW HTC support" |
110 depends on ATH6K_LEGACY | 111 depends on ATH6K_LEGACY |
111 help | 112 help |
112 Enables raw HTC interface. Allows application to directly talk to the HT
C interface via the ioctl interface | 113 Enables raw HTC interface. Allows application to directly talk to the HT
C interface via the ioctl interface |
113 | 114 |
114 config ATH6KL_VIRTUAL_SCATTER_GATHER | 115 config ATH6KL_VIRTUAL_SCATTER_GATHER |
115 bool "Virtual Scatter-Gather support" | 116 bool "Virtual Scatter-Gather support" |
116 depends on ATH6K_LEGACY | 117 depends on ATH6K_LEGACY |
117 help | 118 help |
118 Enables virtual scatter gather support for the hardware that does not su
pport it natively. | 119 Enables virtual scatter gather support for the hardware that does not su
pport it natively. |
119 | 120 |
120 config ATH6KL_SKIP_ABI_VERSION_CHECK | 121 config ATH6KL_SKIP_ABI_VERSION_CHECK |
121 bool "Skip ABI version check support" | 122 bool "Skip ABI version check support" |
122 depends on ATH6K_LEGACY | 123 depends on ATH6K_LEGACY |
123 help | 124 help |
124 Forces the driver to disable ABI version check. Caution: Incompatilbity
between the host driver and target firmware may lead to unknown side effects. | 125 Forces the driver to disable ABI version check. Caution: Incompatilbity
between the host driver and target firmware may lead to unknown side effects. |
125 | 126 |
| 127 config ATH6KL_BT_UART_FC_POLARITY |
| 128 int "UART Flow Control Polarity" |
| 129 depends on ATH6KL_LEGACY |
| 130 default 0 |
| 131 help |
| 132 Configures the polarity of UART Flow Control. A value of 0 implies activ
e low and is the default setting. Set it to 1 for active high. |
| 133 |
126 config ATH6KL_DEBUG | 134 config ATH6KL_DEBUG |
127 bool "Debug support" | 135 bool "Debug support" |
128 depends on ATH6K_LEGACY | 136 depends on ATH6K_LEGACY |
129 help | 137 help |
130 Enables debug support | 138 Enables debug support |
131 | 139 |
132 config ATH6KL_ENABLE_HOST_DEBUG | 140 config ATH6KL_ENABLE_HOST_DEBUG |
133 bool "Host Debug support" | 141 bool "Host Debug support" |
134 depends on ATH6KL_DEBUG | 142 depends on ATH6KL_DEBUG |
135 help | 143 help |
(...skipping 10 matching lines...) Expand all Loading... |
146 depends on ATH6KL_ENABLE_TARGET_DEBUG_PRINTS | 154 depends on ATH6KL_ENABLE_TARGET_DEBUG_PRINTS |
147 default 8 | 155 default 8 |
148 help | 156 help |
149 WLAN GPIO to be used for Debug UART (Tx) | 157 WLAN GPIO to be used for Debug UART (Tx) |
150 | 158 |
151 config ATH6KL_DISABLE_TARGET_DBGLOGS | 159 config ATH6KL_DISABLE_TARGET_DBGLOGS |
152 bool "Target Debug support - Disable Debug logs" | 160 bool "Target Debug support - Disable Debug logs" |
153 depends on ATH6KL_DEBUG | 161 depends on ATH6KL_DEBUG |
154 help | 162 help |
155 Enables debug logs | 163 Enables debug logs |
OLD | NEW |