blob: 4356f718ea3d07faf0a73061842ea40a779eeffe [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2menu "Bluetooth device drivers"
3 depends on BT
4
Marcel Holtmann5e23b922007-10-20 14:12:34 +02005config BT_HCIBTUSB
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02006 tristate "HCI USB driver"
7 depends on USB
Marcel Holtmann5e23b922007-10-20 14:12:34 +02008 help
9 Bluetooth HCI USB driver.
10 This driver is required if you want to use Bluetooth devices with
11 USB interface.
12
Marcel Holtmann5e23b922007-10-20 14:12:34 +020013 Say Y here to compile support for Bluetooth USB devices into the
14 kernel or say M to compile it as module (btusb).
15
Marcel Holtmannddbaf132007-10-20 14:02:04 +020016config BT_HCIBTSDIO
17 tristate "HCI SDIO driver"
18 depends on MMC
19 help
20 Bluetooth HCI SDIO driver.
21 This driver is required if you want to use Bluetooth device with
22 SDIO interface.
23
24 Say Y here to compile support for Bluetooth SDIO devices into the
25 kernel or say M to compile it as module (btsdio).
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027config BT_HCIUART
28 tristate "HCI UART driver"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080029 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 help
31 Bluetooth HCI UART driver.
32 This driver is required if you want to use Bluetooth devices with
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020033 serial port interface. You will also need this driver if you have
34 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 adapter and BrainBoxes Bluetooth PC Card.
36
37 Say Y here to compile support for Bluetooth UART devices into the
38 kernel or say M to compile it as module (hci_uart).
39
40config BT_HCIUART_H4
41 bool "UART (H4) protocol support"
42 depends on BT_HCIUART
43 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020044 UART (H4) is serial protocol for communication between Bluetooth
45 device and host. This protocol is required for most Bluetooth devices
46 with UART interface, including PCMCIA and CF cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
48 Say Y here to compile support for HCI UART (H4) protocol.
49
50config BT_HCIUART_BCSP
51 bool "BCSP protocol support"
52 depends on BT_HCIUART
Randy Dunlapd3a8eab02008-07-15 00:51:45 -070053 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 help
Stephan Gabert8ba8b4c2014-06-16 18:52:25 +020055 BCSP (BlueCore Serial Protocol) is serial protocol for communication
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 between Bluetooth device and host. This protocol is required for non
57 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
58 CF cards.
59
60 Say Y here to compile support for HCI BCSP protocol.
61
Suraj Sumangalab3190df2010-07-19 12:34:07 +053062config BT_HCIUART_ATH3K
63 bool "Atheros AR300x serial support"
64 depends on BT_HCIUART
65 help
66 HCIATH3K (HCI Atheros AR300x) is a serial protocol for
67 communication between host and Atheros AR300x Bluetooth devices.
68 This protocol enables AR300x chips to be enabled with
69 power management support.
70 Enable this if you have Atheros AR300x serial Bluetooth device.
71
72 Say Y here to compile support for HCI UART ATH3K protocol.
73
Ohad Ben-Cohen166d2f62007-10-20 13:42:36 +020074config BT_HCIUART_LL
75 bool "HCILL protocol support"
76 depends on BT_HCIUART
77 help
78 HCILL (HCI Low Level) is a serial protocol for communication
79 between Bluetooth device and host. This protocol is required for
80 serial Bluetooth devices that are based on Texas Instruments'
81 BRF chips.
82
83 Say Y here to compile support for HCILL protocol.
84
Johan Hedberg7dec65c2012-07-16 16:12:02 +030085config BT_HCIUART_3WIRE
86 bool "Three-wire UART (H5) protocol support"
87 depends on BT_HCIUART
88 help
89 The HCI Three-wire UART Transport Layer makes it possible to
90 user the Bluetooth HCI over a serial port interface. The HCI
91 Three-wire UART Transport Layer assumes that the UART
92 communication may have bit errors, overrun errors or burst
93 errors and thereby making CTS/RTS lines unnecessary.
94
95 Say Y here to compile support for Three-wire UART protocol.
96
Marcel Holtmann16e38872015-04-04 16:13:02 -070097config BT_HCIUART_INTEL
98 bool "Intel protocol support"
99 depends on BT_HCIUART
100 help
101 The Intel protocol support enables Bluetooth HCI over serial
102 port interface for Intel Bluetooth controllers.
103
104 Say Y here to compile support for Intel protocol.
105
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106config BT_HCIBCM203X
107 tristate "HCI BCM203x USB driver"
108 depends on USB
109 select FW_LOADER
110 help
111 Bluetooth HCI BCM203x USB driver.
112 This driver provides the firmware loading mechanism for the Broadcom
113 Blutonium based devices.
114
115 Say Y here to compile support for HCI BCM203x devices into the
116 kernel or say M to compile it as module (bcm203x).
117
118config BT_HCIBPA10X
119 tristate "HCI BPA10x USB driver"
120 depends on USB
121 help
122 Bluetooth HCI BPA10x USB driver.
123 This driver provides support for the Digianswer BPA 100/105 Bluetooth
124 sniffer devices.
125
126 Say Y here to compile support for HCI BPA10x devices into the
127 kernel or say M to compile it as module (bpa10x).
128
129config BT_HCIBFUSB
130 tristate "HCI BlueFRITZ! USB driver"
131 depends on USB
132 select FW_LOADER
133 help
134 Bluetooth HCI BlueFRITZ! USB driver.
135 This driver provides support for Bluetooth USB devices with AVM
136 interface:
137 AVM BlueFRITZ! USB
138
139 Say Y here to compile support for HCI BFUSB devices into the
140 kernel or say M to compile it as module (bfusb).
141
142config BT_HCIDTL1
143 tristate "HCI DTL1 (PC Card) driver"
144 depends on PCMCIA
145 help
146 Bluetooth HCI DTL1 (PC Card) driver.
147 This driver provides support for Bluetooth PCMCIA devices with
148 Nokia DTL1 interface:
149 Nokia Bluetooth Card
150 Socket Bluetooth CF Card
151
152 Say Y here to compile support for HCI DTL1 devices into the
153 kernel or say M to compile it as module (dtl1_cs).
154
155config BT_HCIBT3C
156 tristate "HCI BT3C (PC Card) driver"
157 depends on PCMCIA
158 select FW_LOADER
159 help
160 Bluetooth HCI BT3C (PC Card) driver.
161 This driver provides support for Bluetooth PCMCIA devices with
162 3Com BT3C interface:
163 3Com Bluetooth Card (3CRWB6096)
164 HP Bluetooth Card
165
166 Say Y here to compile support for HCI BT3C devices into the
167 kernel or say M to compile it as module (bt3c_cs).
168
169config BT_HCIBLUECARD
170 tristate "HCI BlueCard (PC Card) driver"
171 depends on PCMCIA
172 help
173 Bluetooth HCI BlueCard (PC Card) driver.
174 This driver provides support for Bluetooth PCMCIA devices with
175 Anycom BlueCard interface:
176 Anycom Bluetooth PC Card
177 Anycom Bluetooth CF Card
178
179 Say Y here to compile support for HCI BlueCard devices into the
180 kernel or say M to compile it as module (bluecard_cs).
181
182config BT_HCIBTUART
183 tristate "HCI UART (PC Card) device driver"
184 depends on PCMCIA
185 help
186 Bluetooth HCI UART (PC Card) driver.
187 This driver provides support for Bluetooth PCMCIA devices with
188 an UART interface:
189 Xircom CreditCard Bluetooth Adapter
190 Xircom RealPort2 Bluetooth Adapter
191 Sphinx PICO Card
192 H-Soft blue+Card
193 Cyber-blue Compact Flash Card
194
195 Say Y here to compile support for HCI UART devices into the
196 kernel or say M to compile it as module (btuart_cs).
197
198config BT_HCIVHCI
199 tristate "HCI VHCI (Virtual HCI device) driver"
200 help
201 Bluetooth Virtual HCI device driver.
202 This driver is required if you want to use HCI Emulation software.
203
204 Say Y here to compile support for virtual HCI devices into the
205 kernel or say M to compile it as module (hci_vhci).
206
Bing Zhao132ff4e2009-06-02 14:29:35 -0700207config BT_MRVL
208 tristate "Marvell Bluetooth driver support"
Bing Zhao132ff4e2009-06-02 14:29:35 -0700209 help
210 The core driver to support Marvell Bluetooth devices.
211
212 This driver is required if you want to support
Xinming Hu3907d552014-09-30 06:45:33 -0400213 Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
Bing Zhao132ff4e2009-06-02 14:29:35 -0700214
215 Say Y here to compile Marvell Bluetooth driver
216 into the kernel or say M to compile it as module.
217
Bing Zhao789221e2009-06-02 14:29:36 -0700218config BT_MRVL_SDIO
219 tristate "Marvell BT-over-SDIO driver"
220 depends on BT_MRVL && MMC
Marcel Holtmanne7a25f92009-06-09 13:42:54 +0200221 select FW_LOADER
Xinming Hudc759612014-11-24 02:40:53 -0800222 select WANT_DEV_COREDUMP
Bing Zhao789221e2009-06-02 14:29:36 -0700223 help
224 The driver for Marvell Bluetooth chipsets with SDIO interface.
225
226 This driver is required if you want to use Marvell Bluetooth
Xinming Hu3907d552014-09-30 06:45:33 -0400227 devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
Bing Zhao2ac654f2011-11-16 20:40:42 -0800228 chipsets are supported.
Bing Zhao789221e2009-06-02 14:29:36 -0700229
230 Say Y here to compile support for Marvell BT-over-SDIO driver
231 into the kernel or say M to compile it as module.
232
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530233config BT_ATH3K
234 tristate "Atheros firmware download driver"
235 depends on BT_HCIBTUSB
236 select FW_LOADER
237 help
238 Bluetooth firmware download driver.
239 This driver loads the firmware into the Atheros Bluetooth
240 chipset.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530242 Say Y here to compile support for "Atheros firmware download driver"
243 into the kernel or say M to compile it as module (ath3k).
244
Pavan Savoy363907a2011-02-20 22:41:16 -0600245config BT_WILINK
246 tristate "Texas Instruments WiLink7 driver"
247 depends on TI_ST
248 help
249 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
250 combo devices. This makes use of shared transport line discipline
251 core driver to communicate with the BT core of the combo chip.
252
253 Say Y here to compile support for Texas Instrument's WiLink7 driver
Pavel Machek22e8ee12014-01-17 14:34:30 +0100254 into the kernel or say M to compile it as module (btwilink).
255
Vikram Kandukuri9670d802010-01-06 19:04:15 +0530256endmenu