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