OLD | NEW |
1 | 1 |
2 menu "Bluetooth device drivers" | 2 menu "Bluetooth device drivers" |
3 depends on BT | 3 depends on BT |
4 | 4 |
5 config BT_HCIBTUSB | 5 config BT_HCIBTUSB |
6 tristate "HCI USB driver" | 6 tristate "HCI USB driver" |
7 depends on USB | 7 depends on USB |
8 help | 8 help |
9 Bluetooth HCI USB driver. | 9 Bluetooth HCI USB driver. |
10 This driver is required if you want to use Bluetooth devices with | 10 This driver is required if you want to use Bluetooth devices with |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 depends on BT_HCIBTUSB | 212 depends on BT_HCIBTUSB |
213 select FW_LOADER | 213 select FW_LOADER |
214 help | 214 help |
215 Bluetooth firmware download driver. | 215 Bluetooth firmware download driver. |
216 This driver loads the firmware into the Atheros Bluetooth | 216 This driver loads the firmware into the Atheros Bluetooth |
217 chipset. | 217 chipset. |
218 | 218 |
219 Say Y here to compile support for "Atheros firmware download driver" | 219 Say Y here to compile support for "Atheros firmware download driver" |
220 into the kernel or say M to compile it as module (ath3k). | 220 into the kernel or say M to compile it as module (ath3k). |
221 | 221 |
| 222 config BT_RFKILL |
| 223 bool "Bluetooth RFKILL driver" |
| 224 depends on BT && RFKILL |
| 225 help |
| 226 If you say yes here you get support of a generic bluetooth RFKILL |
| 227 driver for BT chipset. Platform needs to define the resources |
| 228 required. |
| 229 |
222 endmenu | 230 endmenu |
OLD | NEW |