| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 depends on BT_HCIUART | 51 depends on BT_HCIUART |
| 52 select BITREVERSE | 52 select BITREVERSE |
| 53 help | 53 help |
| 54 BCSP (BlueCore Serial Protocol) is serial protocol for communication | 54 BCSP (BlueCore Serial Protocol) is serial protocol for communication |
| 55 between Bluetooth device and host. This protocol is required for non | 55 between Bluetooth device and host. This protocol is required for non |
| 56 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and | 56 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and |
| 57 CF cards. | 57 CF cards. |
| 58 | 58 |
| 59 Say Y here to compile support for HCI BCSP protocol. | 59 Say Y here to compile support for HCI BCSP protocol. |
| 60 | 60 |
| 61 config BT_HCIUART_ATH |
| 62 bool "Atheros AR300x Board support" |
| 63 depends on BT_HCIUART |
| 64 help |
| 65 HCIATH (HCI Atheros) is a serial protocol for communication |
| 66 between Bluetooth device and host with support for Atheros AR300x |
| 67 power management feature. This protocol is required for |
| 68 serial Bluetooth devices that are based on Atheros AR300x chips. |
| 69 |
| 70 Say Y here to compile support for HCIATH protocol. |
| 71 |
| 61 config BT_HCIUART_LL | 72 config BT_HCIUART_LL |
| 62 bool "HCILL protocol support" | 73 bool "HCILL protocol support" |
| 63 depends on BT_HCIUART | 74 depends on BT_HCIUART |
| 64 help | 75 help |
| 65 HCILL (HCI Low Level) is a serial protocol for communication | 76 HCILL (HCI Low Level) is a serial protocol for communication |
| 66 between Bluetooth device and host. This protocol is required for | 77 between Bluetooth device and host. This protocol is required for |
| 67 serial Bluetooth devices that are based on Texas Instruments' | 78 serial Bluetooth devices that are based on Texas Instruments' |
| 68 BRF chips. | 79 BRF chips. |
| 69 | 80 |
| 70 Say Y here to compile support for HCILL protocol. | 81 Say Y here to compile support for HCILL protocol. |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 select FW_LOADER | 212 select FW_LOADER |
| 202 help | 213 help |
| 203 Bluetooth firmware download driver. | 214 Bluetooth firmware download driver. |
| 204 This driver loads the firmware into the Atheros Bluetooth | 215 This driver loads the firmware into the Atheros Bluetooth |
| 205 chipset. | 216 chipset. |
| 206 | 217 |
| 207 Say Y here to compile support for "Atheros firmware download driver" | 218 Say Y here to compile support for "Atheros firmware download driver" |
| 208 into the kernel or say M to compile it as module (ath3k). | 219 into the kernel or say M to compile it as module (ath3k). |
| 209 | 220 |
| 210 endmenu | 221 endmenu |
| OLD | NEW |