Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | menu "Bluetooth device drivers" |
| 3 | depends on BT |
| 4 | |
Marcel Holtmann | 48f0ed1 | 2015-04-06 00:52:11 -0700 | [diff] [blame] | 5 | config BT_INTEL |
| 6 | tristate |
Loic Poulain | d06f107 | 2015-10-01 18:16:21 +0200 | [diff] [blame] | 7 | select REGMAP |
Marcel Holtmann | 48f0ed1 | 2015-04-06 00:52:11 -0700 | [diff] [blame] | 8 | |
Marcel Holtmann | 4fba30f | 2015-04-05 22:52:10 -0700 | [diff] [blame] | 9 | config BT_BCM |
| 10 | tristate |
Marcel Holtmann | 1c8ba6d | 2015-04-05 22:52:13 -0700 | [diff] [blame] | 11 | select FW_LOADER |
Marcel Holtmann | 4fba30f | 2015-04-05 22:52:10 -0700 | [diff] [blame] | 12 | |
Carlo Caione | db33c77 | 2015-05-14 10:49:09 +0200 | [diff] [blame] | 13 | config BT_RTL |
| 14 | tristate |
| 15 | select FW_LOADER |
| 16 | |
Ben Young Tae Kim | 83e8196 | 2015-08-10 14:24:12 -0700 | [diff] [blame] | 17 | config BT_QCA |
| 18 | tristate |
| 19 | select FW_LOADER |
| 20 | |
Marcel Holtmann | 5e23b92 | 2007-10-20 14:12:34 +0200 | [diff] [blame] | 21 | config BT_HCIBTUSB |
Marcel Holtmann | 9bfa35f | 2008-08-18 13:23:52 +0200 | [diff] [blame] | 22 | tristate "HCI USB driver" |
| 23 | depends on USB |
Marcel Holtmann | 4185a0f | 2015-04-06 00:52:12 -0700 | [diff] [blame] | 24 | select BT_INTEL |
Marcel Holtmann | 5e23b92 | 2007-10-20 14:12:34 +0200 | [diff] [blame] | 25 | help |
| 26 | Bluetooth HCI USB driver. |
| 27 | This driver is required if you want to use Bluetooth devices with |
| 28 | USB interface. |
| 29 | |
Marcel Holtmann | 5e23b92 | 2007-10-20 14:12:34 +0200 | [diff] [blame] | 30 | Say Y here to compile support for Bluetooth USB devices into the |
| 31 | kernel or say M to compile it as module (btusb). |
| 32 | |
Marcel Holtmann | c2bfb10 | 2015-04-05 22:52:14 -0700 | [diff] [blame] | 33 | config BT_HCIBTUSB_BCM |
| 34 | bool "Broadcom protocol support" |
| 35 | depends on BT_HCIBTUSB |
| 36 | select BT_BCM |
| 37 | default y |
| 38 | help |
| 39 | The Broadcom protocol support enables firmware and patchram |
| 40 | download support for Broadcom Bluetooth controllers. |
| 41 | |
| 42 | Say Y here to compile support for Broadcom protocol. |
| 43 | |
Carlo Caione | db33c77 | 2015-05-14 10:49:09 +0200 | [diff] [blame] | 44 | config BT_HCIBTUSB_RTL |
| 45 | bool "Realtek protocol support" |
| 46 | depends on BT_HCIBTUSB |
| 47 | select BT_RTL |
| 48 | default y |
| 49 | help |
| 50 | The Realtek protocol support enables firmware and configuration |
| 51 | download support for Realtek Bluetooth controllers. |
| 52 | |
| 53 | Say Y here to compile support for Realtek protocol. |
| 54 | |
Marcel Holtmann | ddbaf13 | 2007-10-20 14:02:04 +0200 | [diff] [blame] | 55 | config BT_HCIBTSDIO |
| 56 | tristate "HCI SDIO driver" |
| 57 | depends on MMC |
| 58 | help |
| 59 | Bluetooth HCI SDIO driver. |
| 60 | This driver is required if you want to use Bluetooth device with |
| 61 | SDIO interface. |
| 62 | |
| 63 | Say Y here to compile support for Bluetooth SDIO devices into the |
| 64 | kernel or say M to compile it as module (btsdio). |
| 65 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | config BT_HCIUART |
| 67 | tristate "HCI UART driver" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 68 | depends on TTY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | help |
| 70 | Bluetooth HCI UART driver. |
| 71 | This driver is required if you want to use Bluetooth devices with |
Stephan Gabert | 8ba8b4c | 2014-06-16 18:52:25 +0200 | [diff] [blame] | 72 | serial port interface. You will also need this driver if you have |
| 73 | UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | adapter and BrainBoxes Bluetooth PC Card. |
| 75 | |
| 76 | Say Y here to compile support for Bluetooth UART devices into the |
| 77 | kernel or say M to compile it as module (hci_uart). |
| 78 | |
| 79 | config BT_HCIUART_H4 |
| 80 | bool "UART (H4) protocol support" |
| 81 | depends on BT_HCIUART |
| 82 | help |
Stephan Gabert | 8ba8b4c | 2014-06-16 18:52:25 +0200 | [diff] [blame] | 83 | UART (H4) is serial protocol for communication between Bluetooth |
| 84 | device and host. This protocol is required for most Bluetooth devices |
| 85 | with UART interface, including PCMCIA and CF cards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | |
| 87 | Say Y here to compile support for HCI UART (H4) protocol. |
| 88 | |
| 89 | config BT_HCIUART_BCSP |
| 90 | bool "BCSP protocol support" |
| 91 | depends on BT_HCIUART |
Randy Dunlap | d3a8eab0 | 2008-07-15 00:51:45 -0700 | [diff] [blame] | 92 | select BITREVERSE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | help |
Stephan Gabert | 8ba8b4c | 2014-06-16 18:52:25 +0200 | [diff] [blame] | 94 | BCSP (BlueCore Serial Protocol) is serial protocol for communication |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | between Bluetooth device and host. This protocol is required for non |
| 96 | USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and |
| 97 | CF cards. |
| 98 | |
| 99 | Say Y here to compile support for HCI BCSP protocol. |
| 100 | |
Suraj Sumangala | b3190df | 2010-07-19 12:34:07 +0530 | [diff] [blame] | 101 | config BT_HCIUART_ATH3K |
| 102 | bool "Atheros AR300x serial support" |
| 103 | depends on BT_HCIUART |
Marcel Holtmann | d90aa68 | 2015-04-04 21:59:26 -0700 | [diff] [blame] | 104 | select BT_HCIUART_H4 |
Suraj Sumangala | b3190df | 2010-07-19 12:34:07 +0530 | [diff] [blame] | 105 | help |
| 106 | HCIATH3K (HCI Atheros AR300x) is a serial protocol for |
| 107 | communication between host and Atheros AR300x Bluetooth devices. |
| 108 | This protocol enables AR300x chips to be enabled with |
| 109 | power management support. |
| 110 | Enable this if you have Atheros AR300x serial Bluetooth device. |
| 111 | |
| 112 | Say Y here to compile support for HCI UART ATH3K protocol. |
| 113 | |
Ohad Ben-Cohen | 166d2f6 | 2007-10-20 13:42:36 +0200 | [diff] [blame] | 114 | config BT_HCIUART_LL |
| 115 | bool "HCILL protocol support" |
| 116 | depends on BT_HCIUART |
| 117 | help |
| 118 | HCILL (HCI Low Level) is a serial protocol for communication |
| 119 | between Bluetooth device and host. This protocol is required for |
| 120 | serial Bluetooth devices that are based on Texas Instruments' |
| 121 | BRF chips. |
| 122 | |
| 123 | Say Y here to compile support for HCILL protocol. |
| 124 | |
Johan Hedberg | 7dec65c | 2012-07-16 16:12:02 +0300 | [diff] [blame] | 125 | config BT_HCIUART_3WIRE |
| 126 | bool "Three-wire UART (H5) protocol support" |
| 127 | depends on BT_HCIUART |
| 128 | help |
| 129 | The HCI Three-wire UART Transport Layer makes it possible to |
| 130 | user the Bluetooth HCI over a serial port interface. The HCI |
| 131 | Three-wire UART Transport Layer assumes that the UART |
| 132 | communication may have bit errors, overrun errors or burst |
| 133 | errors and thereby making CTS/RTS lines unnecessary. |
| 134 | |
| 135 | Say Y here to compile support for Three-wire UART protocol. |
| 136 | |
Marcel Holtmann | 16e3887 | 2015-04-04 16:13:02 -0700 | [diff] [blame] | 137 | config BT_HCIUART_INTEL |
| 138 | bool "Intel protocol support" |
| 139 | depends on BT_HCIUART |
Loic Poulain | ca93cee | 2015-07-01 12:20:26 +0200 | [diff] [blame] | 140 | select BT_HCIUART_H4 |
Marcel Holtmann | bca03c9 | 2015-04-06 00:52:14 -0700 | [diff] [blame] | 141 | select BT_INTEL |
Marcel Holtmann | 16e3887 | 2015-04-04 16:13:02 -0700 | [diff] [blame] | 142 | help |
| 143 | The Intel protocol support enables Bluetooth HCI over serial |
| 144 | port interface for Intel Bluetooth controllers. |
| 145 | |
| 146 | Say Y here to compile support for Intel protocol. |
| 147 | |
Marcel Holtmann | e9a2dd2 | 2015-04-04 16:13:03 -0700 | [diff] [blame] | 148 | config BT_HCIUART_BCM |
| 149 | bool "Broadcom protocol support" |
| 150 | depends on BT_HCIUART |
Marcel Holtmann | bdd8818 | 2015-04-05 22:52:18 -0700 | [diff] [blame] | 151 | select BT_HCIUART_H4 |
Marcel Holtmann | 3e0ac12 | 2015-04-05 22:52:12 -0700 | [diff] [blame] | 152 | select BT_BCM |
Marcel Holtmann | e9a2dd2 | 2015-04-04 16:13:03 -0700 | [diff] [blame] | 153 | help |
| 154 | The Broadcom protocol support enables Bluetooth HCI over serial |
| 155 | port interface for Broadcom Bluetooth controllers. |
| 156 | |
| 157 | Say Y here to compile support for Broadcom protocol. |
| 158 | |
Ben Young Tae Kim | 0ff252c | 2015-08-10 14:24:17 -0700 | [diff] [blame] | 159 | config BT_HCIUART_QCA |
| 160 | bool "Qualcomm Atheros protocol support" |
| 161 | depends on BT_HCIUART |
| 162 | select BT_HCIUART_H4 |
| 163 | select BT_QCA |
| 164 | help |
| 165 | The Qualcomm Atheros protocol supports HCI In-Band Sleep feature |
| 166 | over serial port interface(H4) between controller and host. |
| 167 | This protocol is required for UART clock control for QCA Bluetooth |
| 168 | devices. |
| 169 | |
| 170 | Say Y here to compile support for QCA protocol. |
| 171 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | config BT_HCIBCM203X |
| 173 | tristate "HCI BCM203x USB driver" |
| 174 | depends on USB |
| 175 | select FW_LOADER |
| 176 | help |
| 177 | Bluetooth HCI BCM203x USB driver. |
| 178 | This driver provides the firmware loading mechanism for the Broadcom |
| 179 | Blutonium based devices. |
| 180 | |
| 181 | Say Y here to compile support for HCI BCM203x devices into the |
| 182 | kernel or say M to compile it as module (bcm203x). |
| 183 | |
| 184 | config BT_HCIBPA10X |
| 185 | tristate "HCI BPA10x USB driver" |
Arnd Bergmann | 7841d06 | 2015-10-17 00:03:38 +0200 | [diff] [blame] | 186 | depends on USB && BT_HCIUART |
Marcel Holtmann | 943cc59 | 2015-10-08 03:06:53 +0200 | [diff] [blame] | 187 | select BT_HCIUART_H4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | help |
| 189 | Bluetooth HCI BPA10x USB driver. |
| 190 | This driver provides support for the Digianswer BPA 100/105 Bluetooth |
| 191 | sniffer devices. |
| 192 | |
| 193 | Say Y here to compile support for HCI BPA10x devices into the |
| 194 | kernel or say M to compile it as module (bpa10x). |
| 195 | |
| 196 | config BT_HCIBFUSB |
| 197 | tristate "HCI BlueFRITZ! USB driver" |
| 198 | depends on USB |
| 199 | select FW_LOADER |
| 200 | help |
| 201 | Bluetooth HCI BlueFRITZ! USB driver. |
| 202 | This driver provides support for Bluetooth USB devices with AVM |
| 203 | interface: |
| 204 | AVM BlueFRITZ! USB |
| 205 | |
| 206 | Say Y here to compile support for HCI BFUSB devices into the |
| 207 | kernel or say M to compile it as module (bfusb). |
| 208 | |
| 209 | config BT_HCIDTL1 |
| 210 | tristate "HCI DTL1 (PC Card) driver" |
| 211 | depends on PCMCIA |
| 212 | help |
| 213 | Bluetooth HCI DTL1 (PC Card) driver. |
| 214 | This driver provides support for Bluetooth PCMCIA devices with |
| 215 | Nokia DTL1 interface: |
| 216 | Nokia Bluetooth Card |
| 217 | Socket Bluetooth CF Card |
| 218 | |
| 219 | Say Y here to compile support for HCI DTL1 devices into the |
| 220 | kernel or say M to compile it as module (dtl1_cs). |
| 221 | |
| 222 | config BT_HCIBT3C |
| 223 | tristate "HCI BT3C (PC Card) driver" |
| 224 | depends on PCMCIA |
| 225 | select FW_LOADER |
| 226 | help |
| 227 | Bluetooth HCI BT3C (PC Card) driver. |
| 228 | This driver provides support for Bluetooth PCMCIA devices with |
| 229 | 3Com BT3C interface: |
| 230 | 3Com Bluetooth Card (3CRWB6096) |
| 231 | HP Bluetooth Card |
| 232 | |
| 233 | Say Y here to compile support for HCI BT3C devices into the |
| 234 | kernel or say M to compile it as module (bt3c_cs). |
| 235 | |
| 236 | config BT_HCIBLUECARD |
| 237 | tristate "HCI BlueCard (PC Card) driver" |
| 238 | depends on PCMCIA |
| 239 | help |
| 240 | Bluetooth HCI BlueCard (PC Card) driver. |
| 241 | This driver provides support for Bluetooth PCMCIA devices with |
| 242 | Anycom BlueCard interface: |
| 243 | Anycom Bluetooth PC Card |
| 244 | Anycom Bluetooth CF Card |
| 245 | |
| 246 | Say Y here to compile support for HCI BlueCard devices into the |
| 247 | kernel or say M to compile it as module (bluecard_cs). |
| 248 | |
| 249 | config BT_HCIBTUART |
| 250 | tristate "HCI UART (PC Card) device driver" |
| 251 | depends on PCMCIA |
| 252 | help |
| 253 | Bluetooth HCI UART (PC Card) driver. |
| 254 | This driver provides support for Bluetooth PCMCIA devices with |
| 255 | an UART interface: |
| 256 | Xircom CreditCard Bluetooth Adapter |
| 257 | Xircom RealPort2 Bluetooth Adapter |
| 258 | Sphinx PICO Card |
| 259 | H-Soft blue+Card |
| 260 | Cyber-blue Compact Flash Card |
| 261 | |
| 262 | Say Y here to compile support for HCI UART devices into the |
| 263 | kernel or say M to compile it as module (btuart_cs). |
| 264 | |
| 265 | config BT_HCIVHCI |
| 266 | tristate "HCI VHCI (Virtual HCI device) driver" |
| 267 | help |
| 268 | Bluetooth Virtual HCI device driver. |
| 269 | This driver is required if you want to use HCI Emulation software. |
| 270 | |
| 271 | Say Y here to compile support for virtual HCI devices into the |
| 272 | kernel or say M to compile it as module (hci_vhci). |
| 273 | |
Bing Zhao | 132ff4e | 2009-06-02 14:29:35 -0700 | [diff] [blame] | 274 | config BT_MRVL |
| 275 | tristate "Marvell Bluetooth driver support" |
Bing Zhao | 132ff4e | 2009-06-02 14:29:35 -0700 | [diff] [blame] | 276 | help |
| 277 | The core driver to support Marvell Bluetooth devices. |
| 278 | |
| 279 | This driver is required if you want to support |
Amitkumar Karwar | f0ef674 | 2015-09-21 03:06:42 -0700 | [diff] [blame] | 280 | Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897/8997. |
Bing Zhao | 132ff4e | 2009-06-02 14:29:35 -0700 | [diff] [blame] | 281 | |
| 282 | Say Y here to compile Marvell Bluetooth driver |
| 283 | into the kernel or say M to compile it as module. |
| 284 | |
Bing Zhao | 789221e | 2009-06-02 14:29:36 -0700 | [diff] [blame] | 285 | config BT_MRVL_SDIO |
| 286 | tristate "Marvell BT-over-SDIO driver" |
| 287 | depends on BT_MRVL && MMC |
Marcel Holtmann | e7a25f9 | 2009-06-09 13:42:54 +0200 | [diff] [blame] | 288 | select FW_LOADER |
Xinming Hu | dc75961 | 2014-11-24 02:40:53 -0800 | [diff] [blame] | 289 | select WANT_DEV_COREDUMP |
Bing Zhao | 789221e | 2009-06-02 14:29:36 -0700 | [diff] [blame] | 290 | help |
| 291 | The driver for Marvell Bluetooth chipsets with SDIO interface. |
| 292 | |
| 293 | This driver is required if you want to use Marvell Bluetooth |
Amitkumar Karwar | f0ef674 | 2015-09-21 03:06:42 -0700 | [diff] [blame] | 294 | devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897/SD8997 |
Bing Zhao | 2ac654f | 2011-11-16 20:40:42 -0800 | [diff] [blame] | 295 | chipsets are supported. |
Bing Zhao | 789221e | 2009-06-02 14:29:36 -0700 | [diff] [blame] | 296 | |
| 297 | Say Y here to compile support for Marvell BT-over-SDIO driver |
| 298 | into the kernel or say M to compile it as module. |
| 299 | |
Vikram Kandukuri | 9670d80 | 2010-01-06 19:04:15 +0530 | [diff] [blame] | 300 | config BT_ATH3K |
| 301 | tristate "Atheros firmware download driver" |
| 302 | depends on BT_HCIBTUSB |
| 303 | select FW_LOADER |
| 304 | help |
| 305 | Bluetooth firmware download driver. |
| 306 | This driver loads the firmware into the Atheros Bluetooth |
| 307 | chipset. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | |
Vikram Kandukuri | 9670d80 | 2010-01-06 19:04:15 +0530 | [diff] [blame] | 309 | Say Y here to compile support for "Atheros firmware download driver" |
| 310 | into the kernel or say M to compile it as module (ath3k). |
| 311 | |
Pavan Savoy | 363907a | 2011-02-20 22:41:16 -0600 | [diff] [blame] | 312 | config BT_WILINK |
| 313 | tristate "Texas Instruments WiLink7 driver" |
| 314 | depends on TI_ST |
| 315 | help |
| 316 | This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS |
| 317 | combo devices. This makes use of shared transport line discipline |
| 318 | core driver to communicate with the BT core of the combo chip. |
| 319 | |
| 320 | Say Y here to compile support for Texas Instrument's WiLink7 driver |
Pavel Machek | 22e8ee1 | 2014-01-17 14:34:30 +0100 | [diff] [blame] | 321 | into the kernel or say M to compile it as module (btwilink). |
| 322 | |
Vikram Kandukuri | 9670d80 | 2010-01-06 19:04:15 +0530 | [diff] [blame] | 323 | endmenu |