blob: 79e8234b1aa5995eaf8b8e25d729e6da193518fe [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
Carlo Caionedb33c772015-05-14 10:49:09 +020012config BT_RTL
13 tristate
14 select FW_LOADER
15
Marcel Holtmann5e23b922007-10-20 14:12:34 +020016config BT_HCIBTUSB
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +020017 tristate "HCI USB driver"
18 depends on USB
Marcel Holtmann4185a0f2015-04-06 00:52:12 -070019 select BT_INTEL
Marcel Holtmann5e23b922007-10-20 14:12:34 +020020 help
21 Bluetooth HCI USB driver.
22 This driver is required if you want to use Bluetooth devices with
23 USB interface.
24
Marcel Holtmann5e23b922007-10-20 14:12:34 +020025 Say Y here to compile support for Bluetooth USB devices into the
26 kernel or say M to compile it as module (btusb).
27
Marcel Holtmannc2bfb102015-04-05 22:52:14 -070028config BT_HCIBTUSB_BCM
29 bool "Broadcom protocol support"
30 depends on BT_HCIBTUSB
31 select BT_BCM
32 default y
33 help
34 The Broadcom protocol support enables firmware and patchram
35 download support for Broadcom Bluetooth controllers.
36
37 Say Y here to compile support for Broadcom protocol.
38
Carlo Caionedb33c772015-05-14 10:49:09 +020039config BT_HCIBTUSB_RTL
40 bool "Realtek protocol support"
41 depends on BT_HCIBTUSB
42 select BT_RTL
43 default y
44 help
45 The Realtek protocol support enables firmware and configuration
46 download support for Realtek Bluetooth controllers.
47
48 Say Y here to compile support for Realtek protocol.
49
Marcel Holtmannddbaf132007-10-20 14:02:04 +020050config BT_HCIBTSDIO
51 tristate "HCI SDIO driver"
52 depends on MMC
53 help
54 Bluetooth HCI SDIO driver.
55 This driver is required if you want to use Bluetooth device with
56 SDIO interface.
57
58 Say Y here to compile support for Bluetooth SDIO devices into the
59 kernel or say M to compile it as module (btsdio).
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061config BT_HCIUART
62 tristate "HCI UART driver"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080063 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 help
65 Bluetooth HCI UART driver.
66 This driver is required if you want to use Bluetooth devices with
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020067 serial port interface. You will also need this driver if you have
68 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 adapter and BrainBoxes Bluetooth PC Card.
70
71 Say Y here to compile support for Bluetooth UART devices into the
72 kernel or say M to compile it as module (hci_uart).
73
74config BT_HCIUART_H4
75 bool "UART (H4) protocol support"
76 depends on BT_HCIUART
77 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020078 UART (H4) is serial protocol for communication between Bluetooth
79 device and host. This protocol is required for most Bluetooth devices
80 with UART interface, including PCMCIA and CF cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
82 Say Y here to compile support for HCI UART (H4) protocol.
83
84config BT_HCIUART_BCSP
85 bool "BCSP protocol support"
86 depends on BT_HCIUART
Randy Dunlapd3a8eab02008-07-15 00:51:45 -070087 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020089 BCSP (BlueCore Serial Protocol) is serial protocol for communication
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 between Bluetooth device and host. This protocol is required for non
91 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
92 CF cards.
93
94 Say Y here to compile support for HCI BCSP protocol.
95
Suraj Sumangalab3190df2010-07-19 12:34:07 +053096config BT_HCIUART_ATH3K
97 bool "Atheros AR300x serial support"
98 depends on BT_HCIUART
Marcel Holtmannd90aa682015-04-04 21:59:26 -070099 select BT_HCIUART_H4
Suraj Sumangalab3190df2010-07-19 12:34:07 +0530100 help
101 HCIATH3K (HCI Atheros AR300x) is a serial protocol for
102 communication between host and Atheros AR300x Bluetooth devices.
103 This protocol enables AR300x chips to be enabled with
104 power management support.
105 Enable this if you have Atheros AR300x serial Bluetooth device.
106
107 Say Y here to compile support for HCI UART ATH3K protocol.
108
Ohad Ben-Cohen166d2f62007-10-20 13:42:36 +0200109config BT_HCIUART_LL
110 bool "HCILL protocol support"
111 depends on BT_HCIUART
112 help
113 HCILL (HCI Low Level) is a serial protocol for communication
114 between Bluetooth device and host. This protocol is required for
115 serial Bluetooth devices that are based on Texas Instruments'
116 BRF chips.
117
118 Say Y here to compile support for HCILL protocol.
119
Johan Hedberg7dec65c2012-07-16 16:12:02 +0300120config BT_HCIUART_3WIRE
121 bool "Three-wire UART (H5) protocol support"
122 depends on BT_HCIUART
123 help
124 The HCI Three-wire UART Transport Layer makes it possible to
125 user the Bluetooth HCI over a serial port interface. The HCI
126 Three-wire UART Transport Layer assumes that the UART
127 communication may have bit errors, overrun errors or burst
128 errors and thereby making CTS/RTS lines unnecessary.
129
130 Say Y here to compile support for Three-wire UART protocol.
131
Marcel Holtmann16e38872015-04-04 16:13:02 -0700132config BT_HCIUART_INTEL
133 bool "Intel protocol support"
134 depends on BT_HCIUART
Loic Poulainca93cee2015-07-01 12:20:26 +0200135 select BT_HCIUART_H4
Marcel Holtmannbca03c92015-04-06 00:52:14 -0700136 select BT_INTEL
Marcel Holtmann16e38872015-04-04 16:13:02 -0700137 help
138 The Intel protocol support enables Bluetooth HCI over serial
139 port interface for Intel Bluetooth controllers.
140
141 Say Y here to compile support for Intel protocol.
142
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700143config BT_HCIUART_BCM
144 bool "Broadcom protocol support"
145 depends on BT_HCIUART
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700146 select BT_HCIUART_H4
Marcel Holtmann3e0ac122015-04-05 22:52:12 -0700147 select BT_BCM
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700148 help
149 The Broadcom protocol support enables Bluetooth HCI over serial
150 port interface for Broadcom Bluetooth controllers.
151
152 Say Y here to compile support for Broadcom protocol.
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154config BT_HCIBCM203X
155 tristate "HCI BCM203x USB driver"
156 depends on USB
157 select FW_LOADER
158 help
159 Bluetooth HCI BCM203x USB driver.
160 This driver provides the firmware loading mechanism for the Broadcom
161 Blutonium based devices.
162
163 Say Y here to compile support for HCI BCM203x devices into the
164 kernel or say M to compile it as module (bcm203x).
165
166config BT_HCIBPA10X
167 tristate "HCI BPA10x USB driver"
168 depends on USB
169 help
170 Bluetooth HCI BPA10x USB driver.
171 This driver provides support for the Digianswer BPA 100/105 Bluetooth
172 sniffer devices.
173
174 Say Y here to compile support for HCI BPA10x devices into the
175 kernel or say M to compile it as module (bpa10x).
176
177config BT_HCIBFUSB
178 tristate "HCI BlueFRITZ! USB driver"
179 depends on USB
180 select FW_LOADER
181 help
182 Bluetooth HCI BlueFRITZ! USB driver.
183 This driver provides support for Bluetooth USB devices with AVM
184 interface:
185 AVM BlueFRITZ! USB
186
187 Say Y here to compile support for HCI BFUSB devices into the
188 kernel or say M to compile it as module (bfusb).
189
190config BT_HCIDTL1
191 tristate "HCI DTL1 (PC Card) driver"
192 depends on PCMCIA
193 help
194 Bluetooth HCI DTL1 (PC Card) driver.
195 This driver provides support for Bluetooth PCMCIA devices with
196 Nokia DTL1 interface:
197 Nokia Bluetooth Card
198 Socket Bluetooth CF Card
199
200 Say Y here to compile support for HCI DTL1 devices into the
201 kernel or say M to compile it as module (dtl1_cs).
202
203config BT_HCIBT3C
204 tristate "HCI BT3C (PC Card) driver"
205 depends on PCMCIA
206 select FW_LOADER
207 help
208 Bluetooth HCI BT3C (PC Card) driver.
209 This driver provides support for Bluetooth PCMCIA devices with
210 3Com BT3C interface:
211 3Com Bluetooth Card (3CRWB6096)
212 HP Bluetooth Card
213
214 Say Y here to compile support for HCI BT3C devices into the
215 kernel or say M to compile it as module (bt3c_cs).
216
217config BT_HCIBLUECARD
218 tristate "HCI BlueCard (PC Card) driver"
219 depends on PCMCIA
220 help
221 Bluetooth HCI BlueCard (PC Card) driver.
222 This driver provides support for Bluetooth PCMCIA devices with
223 Anycom BlueCard interface:
224 Anycom Bluetooth PC Card
225 Anycom Bluetooth CF Card
226
227 Say Y here to compile support for HCI BlueCard devices into the
228 kernel or say M to compile it as module (bluecard_cs).
229
230config BT_HCIBTUART
231 tristate "HCI UART (PC Card) device driver"
232 depends on PCMCIA
233 help
234 Bluetooth HCI UART (PC Card) driver.
235 This driver provides support for Bluetooth PCMCIA devices with
236 an UART interface:
237 Xircom CreditCard Bluetooth Adapter
238 Xircom RealPort2 Bluetooth Adapter
239 Sphinx PICO Card
240 H-Soft blue+Card
241 Cyber-blue Compact Flash Card
242
243 Say Y here to compile support for HCI UART devices into the
244 kernel or say M to compile it as module (btuart_cs).
245
246config BT_HCIVHCI
247 tristate "HCI VHCI (Virtual HCI device) driver"
248 help
249 Bluetooth Virtual HCI device driver.
250 This driver is required if you want to use HCI Emulation software.
251
252 Say Y here to compile support for virtual HCI devices into the
253 kernel or say M to compile it as module (hci_vhci).
254
Bing Zhao132ff4e2009-06-02 14:29:35 -0700255config BT_MRVL
256 tristate "Marvell Bluetooth driver support"
Bing Zhao132ff4e2009-06-02 14:29:35 -0700257 help
258 The core driver to support Marvell Bluetooth devices.
259
260 This driver is required if you want to support
Xinming Hu3907d552014-09-30 06:45:33 -0400261 Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
Bing Zhao132ff4e2009-06-02 14:29:35 -0700262
263 Say Y here to compile Marvell Bluetooth driver
264 into the kernel or say M to compile it as module.
265
Bing Zhao789221e2009-06-02 14:29:36 -0700266config BT_MRVL_SDIO
267 tristate "Marvell BT-over-SDIO driver"
268 depends on BT_MRVL && MMC
Marcel Holtmanne7a25f92009-06-09 13:42:54 +0200269 select FW_LOADER
Xinming Hudc759612014-11-24 02:40:53 -0800270 select WANT_DEV_COREDUMP
Bing Zhao789221e2009-06-02 14:29:36 -0700271 help
272 The driver for Marvell Bluetooth chipsets with SDIO interface.
273
274 This driver is required if you want to use Marvell Bluetooth
Xinming Hu3907d552014-09-30 06:45:33 -0400275 devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
Bing Zhao2ac654f2011-11-16 20:40:42 -0800276 chipsets are supported.
Bing Zhao789221e2009-06-02 14:29:36 -0700277
278 Say Y here to compile support for Marvell BT-over-SDIO driver
279 into the kernel or say M to compile it as module.
280
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530281config BT_ATH3K
282 tristate "Atheros firmware download driver"
283 depends on BT_HCIBTUSB
284 select FW_LOADER
285 help
286 Bluetooth firmware download driver.
287 This driver loads the firmware into the Atheros Bluetooth
288 chipset.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530290 Say Y here to compile support for "Atheros firmware download driver"
291 into the kernel or say M to compile it as module (ath3k).
292
Pavan Savoy363907a2011-02-20 22:41:16 -0600293config BT_WILINK
294 tristate "Texas Instruments WiLink7 driver"
295 depends on TI_ST
296 help
297 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
298 combo devices. This makes use of shared transport line discipline
299 core driver to communicate with the BT core of the combo chip.
300
301 Say Y here to compile support for Texas Instrument's WiLink7 driver
Pavel Machek22e8ee12014-01-17 14:34:30 +0100302 into the kernel or say M to compile it as module (btwilink).
303
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530304endmenu