blob: b50fe33616595d75dd0da480765d5a53a1ad6eb2 [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 Holtmann4185a0f2015-04-06 00:52:12 -070015 select BT_INTEL
Marcel Holtmann5e23b922007-10-20 14:12:34 +020016 help
17 Bluetooth HCI USB driver.
18 This driver is required if you want to use Bluetooth devices with
19 USB interface.
20
Marcel Holtmann5e23b922007-10-20 14:12:34 +020021 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 Holtmannc2bfb102015-04-05 22:52:14 -070024config 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 Holtmannddbaf132007-10-20 14:02:04 +020035config 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 Torvalds1da177e2005-04-16 15:20:36 -070046config BT_HCIUART
47 tristate "HCI UART driver"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080048 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070049 help
50 Bluetooth HCI UART driver.
51 This driver is required if you want to use Bluetooth devices with
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020052 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 Torvalds1da177e2005-04-16 15:20:36 -070054 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
59config BT_HCIUART_H4
60 bool "UART (H4) protocol support"
61 depends on BT_HCIUART
62 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020063 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 Torvalds1da177e2005-04-16 15:20:36 -070066
67 Say Y here to compile support for HCI UART (H4) protocol.
68
69config BT_HCIUART_BCSP
70 bool "BCSP protocol support"
71 depends on BT_HCIUART
Randy Dunlapd3a8eab02008-07-15 00:51:45 -070072 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020074 BCSP (BlueCore Serial Protocol) is serial protocol for communication
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 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 Sumangalab3190df2010-07-19 12:34:07 +053081config BT_HCIUART_ATH3K
82 bool "Atheros AR300x serial support"
83 depends on BT_HCIUART
Marcel Holtmannd90aa682015-04-04 21:59:26 -070084 select BT_HCIUART_H4
Suraj Sumangalab3190df2010-07-19 12:34:07 +053085 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-Cohen166d2f62007-10-20 13:42:36 +020094config 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 Hedberg7dec65c2012-07-16 16:12:02 +0300105config 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 Holtmann16e38872015-04-04 16:13:02 -0700117config BT_HCIUART_INTEL
118 bool "Intel protocol support"
119 depends on BT_HCIUART
120 help
121 The Intel protocol support enables Bluetooth HCI over serial
122 port interface for Intel Bluetooth controllers.
123
124 Say Y here to compile support for Intel protocol.
125
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700126config BT_HCIUART_BCM
127 bool "Broadcom protocol support"
128 depends on BT_HCIUART
Marcel Holtmannbdd88182015-04-05 22:52:18 -0700129 select BT_HCIUART_H4
Marcel Holtmann3e0ac122015-04-05 22:52:12 -0700130 select BT_BCM
Marcel Holtmanne9a2dd22015-04-04 16:13:03 -0700131 help
132 The Broadcom protocol support enables Bluetooth HCI over serial
133 port interface for Broadcom Bluetooth controllers.
134
135 Say Y here to compile support for Broadcom protocol.
136
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137config BT_HCIBCM203X
138 tristate "HCI BCM203x USB driver"
139 depends on USB
140 select FW_LOADER
141 help
142 Bluetooth HCI BCM203x USB driver.
143 This driver provides the firmware loading mechanism for the Broadcom
144 Blutonium based devices.
145
146 Say Y here to compile support for HCI BCM203x devices into the
147 kernel or say M to compile it as module (bcm203x).
148
149config BT_HCIBPA10X
150 tristate "HCI BPA10x USB driver"
151 depends on USB
152 help
153 Bluetooth HCI BPA10x USB driver.
154 This driver provides support for the Digianswer BPA 100/105 Bluetooth
155 sniffer devices.
156
157 Say Y here to compile support for HCI BPA10x devices into the
158 kernel or say M to compile it as module (bpa10x).
159
160config BT_HCIBFUSB
161 tristate "HCI BlueFRITZ! USB driver"
162 depends on USB
163 select FW_LOADER
164 help
165 Bluetooth HCI BlueFRITZ! USB driver.
166 This driver provides support for Bluetooth USB devices with AVM
167 interface:
168 AVM BlueFRITZ! USB
169
170 Say Y here to compile support for HCI BFUSB devices into the
171 kernel or say M to compile it as module (bfusb).
172
173config BT_HCIDTL1
174 tristate "HCI DTL1 (PC Card) driver"
175 depends on PCMCIA
176 help
177 Bluetooth HCI DTL1 (PC Card) driver.
178 This driver provides support for Bluetooth PCMCIA devices with
179 Nokia DTL1 interface:
180 Nokia Bluetooth Card
181 Socket Bluetooth CF Card
182
183 Say Y here to compile support for HCI DTL1 devices into the
184 kernel or say M to compile it as module (dtl1_cs).
185
186config BT_HCIBT3C
187 tristate "HCI BT3C (PC Card) driver"
188 depends on PCMCIA
189 select FW_LOADER
190 help
191 Bluetooth HCI BT3C (PC Card) driver.
192 This driver provides support for Bluetooth PCMCIA devices with
193 3Com BT3C interface:
194 3Com Bluetooth Card (3CRWB6096)
195 HP Bluetooth Card
196
197 Say Y here to compile support for HCI BT3C devices into the
198 kernel or say M to compile it as module (bt3c_cs).
199
200config BT_HCIBLUECARD
201 tristate "HCI BlueCard (PC Card) driver"
202 depends on PCMCIA
203 help
204 Bluetooth HCI BlueCard (PC Card) driver.
205 This driver provides support for Bluetooth PCMCIA devices with
206 Anycom BlueCard interface:
207 Anycom Bluetooth PC Card
208 Anycom Bluetooth CF Card
209
210 Say Y here to compile support for HCI BlueCard devices into the
211 kernel or say M to compile it as module (bluecard_cs).
212
213config BT_HCIBTUART
214 tristate "HCI UART (PC Card) device driver"
215 depends on PCMCIA
216 help
217 Bluetooth HCI UART (PC Card) driver.
218 This driver provides support for Bluetooth PCMCIA devices with
219 an UART interface:
220 Xircom CreditCard Bluetooth Adapter
221 Xircom RealPort2 Bluetooth Adapter
222 Sphinx PICO Card
223 H-Soft blue+Card
224 Cyber-blue Compact Flash Card
225
226 Say Y here to compile support for HCI UART devices into the
227 kernel or say M to compile it as module (btuart_cs).
228
229config BT_HCIVHCI
230 tristate "HCI VHCI (Virtual HCI device) driver"
231 help
232 Bluetooth Virtual HCI device driver.
233 This driver is required if you want to use HCI Emulation software.
234
235 Say Y here to compile support for virtual HCI devices into the
236 kernel or say M to compile it as module (hci_vhci).
237
Bing Zhao132ff4e2009-06-02 14:29:35 -0700238config BT_MRVL
239 tristate "Marvell Bluetooth driver support"
Bing Zhao132ff4e2009-06-02 14:29:35 -0700240 help
241 The core driver to support Marvell Bluetooth devices.
242
243 This driver is required if you want to support
Xinming Hu3907d552014-09-30 06:45:33 -0400244 Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
Bing Zhao132ff4e2009-06-02 14:29:35 -0700245
246 Say Y here to compile Marvell Bluetooth driver
247 into the kernel or say M to compile it as module.
248
Bing Zhao789221e2009-06-02 14:29:36 -0700249config BT_MRVL_SDIO
250 tristate "Marvell BT-over-SDIO driver"
251 depends on BT_MRVL && MMC
Marcel Holtmanne7a25f92009-06-09 13:42:54 +0200252 select FW_LOADER
Xinming Hudc759612014-11-24 02:40:53 -0800253 select WANT_DEV_COREDUMP
Bing Zhao789221e2009-06-02 14:29:36 -0700254 help
255 The driver for Marvell Bluetooth chipsets with SDIO interface.
256
257 This driver is required if you want to use Marvell Bluetooth
Xinming Hu3907d552014-09-30 06:45:33 -0400258 devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
Bing Zhao2ac654f2011-11-16 20:40:42 -0800259 chipsets are supported.
Bing Zhao789221e2009-06-02 14:29:36 -0700260
261 Say Y here to compile support for Marvell BT-over-SDIO driver
262 into the kernel or say M to compile it as module.
263
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530264config BT_ATH3K
265 tristate "Atheros firmware download driver"
266 depends on BT_HCIBTUSB
267 select FW_LOADER
268 help
269 Bluetooth firmware download driver.
270 This driver loads the firmware into the Atheros Bluetooth
271 chipset.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530273 Say Y here to compile support for "Atheros firmware download driver"
274 into the kernel or say M to compile it as module (ath3k).
275
Pavan Savoy363907a2011-02-20 22:41:16 -0600276config BT_WILINK
277 tristate "Texas Instruments WiLink7 driver"
278 depends on TI_ST
279 help
280 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
281 combo devices. This makes use of shared transport line discipline
282 core driver to communicate with the BT core of the combo chip.
283
284 Say Y here to compile support for Texas Instrument's WiLink7 driver
Pavel Machek22e8ee12014-01-17 14:34:30 +0100285 into the kernel or say M to compile it as module (btwilink).
286
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530287endmenu