blob: e4aff8ca7870b87626fc2733826f8d894adc8f2a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2menu "Bluetooth device drivers"
3 depends on BT
4
Marcel Holtmann48f0ed12015-04-06 00:52:11 -07005config BT_INTEL
6 tristate
7
Marcel Holtmann4fba30f2015-04-05 22:52:10 -07008config BT_BCM
9 tristate
Marcel Holtmann1c8ba6d2015-04-05 22:52:13 -070010 select FW_LOADER
Marcel Holtmann4fba30f2015-04-05 22:52:10 -070011
Marcel Holtmann5e23b922007-10-20 14:12:34 +020012config BT_HCIBTUSB
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +020013 tristate "HCI USB driver"
14 depends on USB
Marcel Holtmann5e23b922007-10-20 14:12:34 +020015 help
16 Bluetooth HCI USB driver.
17 This driver is required if you want to use Bluetooth devices with
18 USB interface.
19
Marcel Holtmann5e23b922007-10-20 14:12:34 +020020 Say Y here to compile support for Bluetooth USB devices into the
21 kernel or say M to compile it as module (btusb).
22
Marcel Holtmannc2bfb102015-04-05 22:52:14 -070023config BT_HCIBTUSB_BCM
24 bool "Broadcom protocol support"
25 depends on BT_HCIBTUSB
26 select BT_BCM
27 default y
28 help
29 The Broadcom protocol support enables firmware and patchram
30 download support for Broadcom Bluetooth controllers.
31
32 Say Y here to compile support for Broadcom protocol.
33
Marcel Holtmannddbaf132007-10-20 14:02:04 +020034config BT_HCIBTSDIO
35 tristate "HCI SDIO driver"
36 depends on MMC
37 help
38 Bluetooth HCI SDIO driver.
39 This driver is required if you want to use Bluetooth device with
40 SDIO interface.
41
42 Say Y here to compile support for Bluetooth SDIO devices into the
43 kernel or say M to compile it as module (btsdio).
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045config BT_HCIUART
46 tristate "HCI UART driver"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080047 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 help
49 Bluetooth HCI UART driver.
50 This driver is required if you want to use Bluetooth devices with
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020051 serial port interface. You will also need this driver if you have
52 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 adapter and BrainBoxes Bluetooth PC Card.
54
55 Say Y here to compile support for Bluetooth UART devices into the
56 kernel or say M to compile it as module (hci_uart).
57
58config BT_HCIUART_H4
59 bool "UART (H4) protocol support"
60 depends on BT_HCIUART
61 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020062 UART (H4) is serial protocol for communication between Bluetooth
63 device and host. This protocol is required for most Bluetooth devices
64 with UART interface, including PCMCIA and CF cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
66 Say Y here to compile support for HCI UART (H4) protocol.
67
68config BT_HCIUART_BCSP
69 bool "BCSP protocol support"
70 depends on BT_HCIUART
Randy Dunlapd3a8eab02008-07-15 00:51:45 -070071 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020073 BCSP (BlueCore Serial Protocol) is serial protocol for communication
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 between Bluetooth device and host. This protocol is required for non
75 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
76 CF cards.
77
78 Say Y here to compile support for HCI BCSP protocol.
79
Suraj Sumangalab3190df2010-07-19 12:34:07 +053080config BT_HCIUART_ATH3K
81 bool "Atheros AR300x serial support"
82 depends on BT_HCIUART
Marcel Holtmannd90aa682015-04-04 21:59:26 -070083 select BT_HCIUART_H4
Suraj Sumangalab3190df2010-07-19 12:34:07 +053084 help
85 HCIATH3K (HCI Atheros AR300x) is a serial protocol for
86 communication between host and Atheros AR300x Bluetooth devices.
87 This protocol enables AR300x chips to be enabled with
88 power management support.
89 Enable this if you have Atheros AR300x serial Bluetooth device.
90
91 Say Y here to compile support for HCI UART ATH3K protocol.
92
Ohad Ben-Cohen166d2f62007-10-20 13:42:36 +020093config BT_HCIUART_LL
94 bool "HCILL protocol support"
95 depends on BT_HCIUART
96 help
97 HCILL (HCI Low Level) is a serial protocol for communication
98 between Bluetooth device and host. This protocol is required for
99 serial Bluetooth devices that are based on Texas Instruments'
100 BRF chips.
101
102 Say Y here to compile support for HCILL protocol.
103
Johan Hedberg7dec65c2012-07-16 16:12:02 +0300104config BT_HCIUART_3WIRE
105 bool "Three-wire UART (H5) protocol support"
106 depends on BT_HCIUART
107 help
108 The HCI Three-wire UART Transport Layer makes it possible to
109 user the Bluetooth HCI over a serial port interface. The HCI
110 Three-wire UART Transport Layer assumes that the UART
111 communication may have bit errors, overrun errors or burst
112 errors and thereby making CTS/RTS lines unnecessary.
113
114 Say Y here to compile support for Three-wire UART protocol.
115
Marcel Holtmann16e38872015-04-04 16:13:02 -0700116config BT_HCIUART_INTEL
117 bool "Intel protocol support"
118 depends on BT_HCIUART
119 help
120 The Intel protocol support enables Bluetooth HCI over serial
121 port interface for Intel Bluetooth controllers.
122
123 Say Y here to compile support for Intel protocol.
124
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700125config BT_HCIUART_BCM
126 bool "Broadcom protocol support"
127 depends on BT_HCIUART
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700128 select BT_HCIUART_H4
Marcel Holtmann3e0ac122015-04-05 22:52:12 -0700129 select BT_BCM
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700130 help
131 The Broadcom protocol support enables Bluetooth HCI over serial
132 port interface for Broadcom Bluetooth controllers.
133
134 Say Y here to compile support for Broadcom protocol.
135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136config BT_HCIBCM203X
137 tristate "HCI BCM203x USB driver"
138 depends on USB
139 select FW_LOADER
140 help
141 Bluetooth HCI BCM203x USB driver.
142 This driver provides the firmware loading mechanism for the Broadcom
143 Blutonium based devices.
144
145 Say Y here to compile support for HCI BCM203x devices into the
146 kernel or say M to compile it as module (bcm203x).
147
148config BT_HCIBPA10X
149 tristate "HCI BPA10x USB driver"
150 depends on USB
151 help
152 Bluetooth HCI BPA10x USB driver.
153 This driver provides support for the Digianswer BPA 100/105 Bluetooth
154 sniffer devices.
155
156 Say Y here to compile support for HCI BPA10x devices into the
157 kernel or say M to compile it as module (bpa10x).
158
159config BT_HCIBFUSB
160 tristate "HCI BlueFRITZ! USB driver"
161 depends on USB
162 select FW_LOADER
163 help
164 Bluetooth HCI BlueFRITZ! USB driver.
165 This driver provides support for Bluetooth USB devices with AVM
166 interface:
167 AVM BlueFRITZ! USB
168
169 Say Y here to compile support for HCI BFUSB devices into the
170 kernel or say M to compile it as module (bfusb).
171
172config BT_HCIDTL1
173 tristate "HCI DTL1 (PC Card) driver"
174 depends on PCMCIA
175 help
176 Bluetooth HCI DTL1 (PC Card) driver.
177 This driver provides support for Bluetooth PCMCIA devices with
178 Nokia DTL1 interface:
179 Nokia Bluetooth Card
180 Socket Bluetooth CF Card
181
182 Say Y here to compile support for HCI DTL1 devices into the
183 kernel or say M to compile it as module (dtl1_cs).
184
185config BT_HCIBT3C
186 tristate "HCI BT3C (PC Card) driver"
187 depends on PCMCIA
188 select FW_LOADER
189 help
190 Bluetooth HCI BT3C (PC Card) driver.
191 This driver provides support for Bluetooth PCMCIA devices with
192 3Com BT3C interface:
193 3Com Bluetooth Card (3CRWB6096)
194 HP Bluetooth Card
195
196 Say Y here to compile support for HCI BT3C devices into the
197 kernel or say M to compile it as module (bt3c_cs).
198
199config BT_HCIBLUECARD
200 tristate "HCI BlueCard (PC Card) driver"
201 depends on PCMCIA
202 help
203 Bluetooth HCI BlueCard (PC Card) driver.
204 This driver provides support for Bluetooth PCMCIA devices with
205 Anycom BlueCard interface:
206 Anycom Bluetooth PC Card
207 Anycom Bluetooth CF Card
208
209 Say Y here to compile support for HCI BlueCard devices into the
210 kernel or say M to compile it as module (bluecard_cs).
211
212config BT_HCIBTUART
213 tristate "HCI UART (PC Card) device driver"
214 depends on PCMCIA
215 help
216 Bluetooth HCI UART (PC Card) driver.
217 This driver provides support for Bluetooth PCMCIA devices with
218 an UART interface:
219 Xircom CreditCard Bluetooth Adapter
220 Xircom RealPort2 Bluetooth Adapter
221 Sphinx PICO Card
222 H-Soft blue+Card
223 Cyber-blue Compact Flash Card
224
225 Say Y here to compile support for HCI UART devices into the
226 kernel or say M to compile it as module (btuart_cs).
227
228config BT_HCIVHCI
229 tristate "HCI VHCI (Virtual HCI device) driver"
230 help
231 Bluetooth Virtual HCI device driver.
232 This driver is required if you want to use HCI Emulation software.
233
234 Say Y here to compile support for virtual HCI devices into the
235 kernel or say M to compile it as module (hci_vhci).
236
Bing Zhao132ff4e2009-06-02 14:29:35 -0700237config BT_MRVL
238 tristate "Marvell Bluetooth driver support"
Bing Zhao132ff4e2009-06-02 14:29:35 -0700239 help
240 The core driver to support Marvell Bluetooth devices.
241
242 This driver is required if you want to support
Xinming Hu3907d552014-09-30 06:45:33 -0400243 Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
Bing Zhao132ff4e2009-06-02 14:29:35 -0700244
245 Say Y here to compile Marvell Bluetooth driver
246 into the kernel or say M to compile it as module.
247
Bing Zhao789221e2009-06-02 14:29:36 -0700248config BT_MRVL_SDIO
249 tristate "Marvell BT-over-SDIO driver"
250 depends on BT_MRVL && MMC
Marcel Holtmanne7a25f92009-06-09 13:42:54 +0200251 select FW_LOADER
Xinming Hudc759612014-11-24 02:40:53 -0800252 select WANT_DEV_COREDUMP
Bing Zhao789221e2009-06-02 14:29:36 -0700253 help
254 The driver for Marvell Bluetooth chipsets with SDIO interface.
255
256 This driver is required if you want to use Marvell Bluetooth
Xinming Hu3907d552014-09-30 06:45:33 -0400257 devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
Bing Zhao2ac654f2011-11-16 20:40:42 -0800258 chipsets are supported.
Bing Zhao789221e2009-06-02 14:29:36 -0700259
260 Say Y here to compile support for Marvell BT-over-SDIO driver
261 into the kernel or say M to compile it as module.
262
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530263config BT_ATH3K
264 tristate "Atheros firmware download driver"
265 depends on BT_HCIBTUSB
266 select FW_LOADER
267 help
268 Bluetooth firmware download driver.
269 This driver loads the firmware into the Atheros Bluetooth
270 chipset.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530272 Say Y here to compile support for "Atheros firmware download driver"
273 into the kernel or say M to compile it as module (ath3k).
274
Pavan Savoy363907a2011-02-20 22:41:16 -0600275config BT_WILINK
276 tristate "Texas Instruments WiLink7 driver"
277 depends on TI_ST
278 help
279 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
280 combo devices. This makes use of shared transport line discipline
281 core driver to communicate with the BT core of the combo chip.
282
283 Say Y here to compile support for Texas Instrument's WiLink7 driver
Pavel Machek22e8ee12014-01-17 14:34:30 +0100284 into the kernel or say M to compile it as module (btwilink).
285
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530286endmenu