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