Bluetooth: btusb: Print information of Intel SfP lock states
[deliverable/linux.git] / drivers / bluetooth / Kconfig
CommitLineData
1da177e4
LT
1
2menu "Bluetooth device drivers"
3 depends on BT
4
48f0ed1b
MH
5config BT_INTEL
6 tristate
d06f107b 7 select REGMAP
48f0ed1b 8
4fba30f0
MH
9config BT_BCM
10 tristate
1c8ba6d0 11 select FW_LOADER
4fba30f0 12
db33c77d
CC
13config BT_RTL
14 tristate
15 select FW_LOADER
16
83e81961
BYTK
17config BT_QCA
18 tristate
19 select FW_LOADER
20
5e23b923 21config BT_HCIBTUSB
9bfa35fe
MH
22 tristate "HCI USB driver"
23 depends on USB
4185a0f5 24 select BT_INTEL
5e23b923
MH
25 help
26 Bluetooth HCI USB driver.
27 This driver is required if you want to use Bluetooth devices with
28 USB interface.
29
5e23b923
MH
30 Say Y here to compile support for Bluetooth USB devices into the
31 kernel or say M to compile it as module (btusb).
32
c2bfb100
MH
33config BT_HCIBTUSB_BCM
34 bool "Broadcom protocol support"
35 depends on BT_HCIBTUSB
36 select BT_BCM
37 default y
38 help
39 The Broadcom protocol support enables firmware and patchram
40 download support for Broadcom Bluetooth controllers.
41
42 Say Y here to compile support for Broadcom protocol.
43
db33c77d
CC
44config BT_HCIBTUSB_RTL
45 bool "Realtek protocol support"
46 depends on BT_HCIBTUSB
47 select BT_RTL
48 default y
49 help
50 The Realtek protocol support enables firmware and configuration
51 download support for Realtek Bluetooth controllers.
52
53 Say Y here to compile support for Realtek protocol.
54
ddbaf13e
MH
55config BT_HCIBTSDIO
56 tristate "HCI SDIO driver"
57 depends on MMC
58 help
59 Bluetooth HCI SDIO driver.
60 This driver is required if you want to use Bluetooth device with
61 SDIO interface.
62
63 Say Y here to compile support for Bluetooth SDIO devices into the
64 kernel or say M to compile it as module (btsdio).
65
1da177e4
LT
66config BT_HCIUART
67 tristate "HCI UART driver"
4f73bc4d 68 depends on TTY
1da177e4
LT
69 help
70 Bluetooth HCI UART driver.
71 This driver is required if you want to use Bluetooth devices with
8ba8b4c0
SG
72 serial port interface. You will also need this driver if you have
73 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
1da177e4
LT
74 adapter and BrainBoxes Bluetooth PC Card.
75
76 Say Y here to compile support for Bluetooth UART devices into the
77 kernel or say M to compile it as module (hci_uart).
78
79config BT_HCIUART_H4
80 bool "UART (H4) protocol support"
81 depends on BT_HCIUART
82 help
8ba8b4c0
SG
83 UART (H4) is serial protocol for communication between Bluetooth
84 device and host. This protocol is required for most Bluetooth devices
85 with UART interface, including PCMCIA and CF cards.
1da177e4
LT
86
87 Say Y here to compile support for HCI UART (H4) protocol.
88
89config BT_HCIUART_BCSP
90 bool "BCSP protocol support"
91 depends on BT_HCIUART
d3a8eab0 92 select BITREVERSE
1da177e4 93 help
8ba8b4c0 94 BCSP (BlueCore Serial Protocol) is serial protocol for communication
1da177e4
LT
95 between Bluetooth device and host. This protocol is required for non
96 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
97 CF cards.
98
99 Say Y here to compile support for HCI BCSP protocol.
100
b3190df6
SS
101config BT_HCIUART_ATH3K
102 bool "Atheros AR300x serial support"
103 depends on BT_HCIUART
d90aa682 104 select BT_HCIUART_H4
b3190df6
SS
105 help
106 HCIATH3K (HCI Atheros AR300x) is a serial protocol for
107 communication between host and Atheros AR300x Bluetooth devices.
108 This protocol enables AR300x chips to be enabled with
109 power management support.
110 Enable this if you have Atheros AR300x serial Bluetooth device.
111
112 Say Y here to compile support for HCI UART ATH3K protocol.
113
166d2f6a
OBC
114config BT_HCIUART_LL
115 bool "HCILL protocol support"
116 depends on BT_HCIUART
117 help
118 HCILL (HCI Low Level) is a serial protocol for communication
119 between Bluetooth device and host. This protocol is required for
120 serial Bluetooth devices that are based on Texas Instruments'
121 BRF chips.
122
123 Say Y here to compile support for HCILL protocol.
124
7dec65c8
JH
125config BT_HCIUART_3WIRE
126 bool "Three-wire UART (H5) protocol support"
127 depends on BT_HCIUART
128 help
129 The HCI Three-wire UART Transport Layer makes it possible to
130 user the Bluetooth HCI over a serial port interface. The HCI
131 Three-wire UART Transport Layer assumes that the UART
132 communication may have bit errors, overrun errors or burst
133 errors and thereby making CTS/RTS lines unnecessary.
134
135 Say Y here to compile support for Three-wire UART protocol.
136
16e3887f
MH
137config BT_HCIUART_INTEL
138 bool "Intel protocol support"
139 depends on BT_HCIUART
ca93cee5 140 select BT_HCIUART_H4
bca03c95 141 select BT_INTEL
16e3887f
MH
142 help
143 The Intel protocol support enables Bluetooth HCI over serial
144 port interface for Intel Bluetooth controllers.
145
146 Say Y here to compile support for Intel protocol.
147
e9a2dd26
MH
148config BT_HCIUART_BCM
149 bool "Broadcom protocol support"
150 depends on BT_HCIUART
bdd8818e 151 select BT_HCIUART_H4
3e0ac12a 152 select BT_BCM
e9a2dd26
MH
153 help
154 The Broadcom protocol support enables Bluetooth HCI over serial
155 port interface for Broadcom Bluetooth controllers.
156
157 Say Y here to compile support for Broadcom protocol.
158
0ff252c1
BYTK
159config BT_HCIUART_QCA
160 bool "Qualcomm Atheros protocol support"
161 depends on BT_HCIUART
162 select BT_HCIUART_H4
163 select BT_QCA
164 help
165 The Qualcomm Atheros protocol supports HCI In-Band Sleep feature
166 over serial port interface(H4) between controller and host.
167 This protocol is required for UART clock control for QCA Bluetooth
168 devices.
169
170 Say Y here to compile support for QCA protocol.
171
1da177e4
LT
172config BT_HCIBCM203X
173 tristate "HCI BCM203x USB driver"
174 depends on USB
175 select FW_LOADER
176 help
177 Bluetooth HCI BCM203x USB driver.
178 This driver provides the firmware loading mechanism for the Broadcom
179 Blutonium based devices.
180
181 Say Y here to compile support for HCI BCM203x devices into the
182 kernel or say M to compile it as module (bcm203x).
183
184config BT_HCIBPA10X
185 tristate "HCI BPA10x USB driver"
186 depends on USB
91489919 187 select BT_HCIUART
943cc592 188 select BT_HCIUART_H4
1da177e4
LT
189 help
190 Bluetooth HCI BPA10x USB driver.
191 This driver provides support for the Digianswer BPA 100/105 Bluetooth
192 sniffer devices.
193
194 Say Y here to compile support for HCI BPA10x devices into the
195 kernel or say M to compile it as module (bpa10x).
196
197config BT_HCIBFUSB
198 tristate "HCI BlueFRITZ! USB driver"
199 depends on USB
200 select FW_LOADER
201 help
202 Bluetooth HCI BlueFRITZ! USB driver.
203 This driver provides support for Bluetooth USB devices with AVM
204 interface:
205 AVM BlueFRITZ! USB
206
207 Say Y here to compile support for HCI BFUSB devices into the
208 kernel or say M to compile it as module (bfusb).
209
210config BT_HCIDTL1
211 tristate "HCI DTL1 (PC Card) driver"
212 depends on PCMCIA
213 help
214 Bluetooth HCI DTL1 (PC Card) driver.
215 This driver provides support for Bluetooth PCMCIA devices with
216 Nokia DTL1 interface:
217 Nokia Bluetooth Card
218 Socket Bluetooth CF Card
219
220 Say Y here to compile support for HCI DTL1 devices into the
221 kernel or say M to compile it as module (dtl1_cs).
222
223config BT_HCIBT3C
224 tristate "HCI BT3C (PC Card) driver"
225 depends on PCMCIA
226 select FW_LOADER
227 help
228 Bluetooth HCI BT3C (PC Card) driver.
229 This driver provides support for Bluetooth PCMCIA devices with
230 3Com BT3C interface:
231 3Com Bluetooth Card (3CRWB6096)
232 HP Bluetooth Card
233
234 Say Y here to compile support for HCI BT3C devices into the
235 kernel or say M to compile it as module (bt3c_cs).
236
237config BT_HCIBLUECARD
238 tristate "HCI BlueCard (PC Card) driver"
239 depends on PCMCIA
240 help
241 Bluetooth HCI BlueCard (PC Card) driver.
242 This driver provides support for Bluetooth PCMCIA devices with
243 Anycom BlueCard interface:
244 Anycom Bluetooth PC Card
245 Anycom Bluetooth CF Card
246
247 Say Y here to compile support for HCI BlueCard devices into the
248 kernel or say M to compile it as module (bluecard_cs).
249
250config BT_HCIBTUART
251 tristate "HCI UART (PC Card) device driver"
252 depends on PCMCIA
253 help
254 Bluetooth HCI UART (PC Card) driver.
255 This driver provides support for Bluetooth PCMCIA devices with
256 an UART interface:
257 Xircom CreditCard Bluetooth Adapter
258 Xircom RealPort2 Bluetooth Adapter
259 Sphinx PICO Card
260 H-Soft blue+Card
261 Cyber-blue Compact Flash Card
262
263 Say Y here to compile support for HCI UART devices into the
264 kernel or say M to compile it as module (btuart_cs).
265
266config BT_HCIVHCI
267 tristate "HCI VHCI (Virtual HCI device) driver"
268 help
269 Bluetooth Virtual HCI device driver.
270 This driver is required if you want to use HCI Emulation software.
271
272 Say Y here to compile support for virtual HCI devices into the
273 kernel or say M to compile it as module (hci_vhci).
274
132ff4e5
BZ
275config BT_MRVL
276 tristate "Marvell Bluetooth driver support"
132ff4e5
BZ
277 help
278 The core driver to support Marvell Bluetooth devices.
279
280 This driver is required if you want to support
f0ef6748 281 Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897/8997.
132ff4e5
BZ
282
283 Say Y here to compile Marvell Bluetooth driver
284 into the kernel or say M to compile it as module.
285
789221ec
BZ
286config BT_MRVL_SDIO
287 tristate "Marvell BT-over-SDIO driver"
288 depends on BT_MRVL && MMC
e7a25f98 289 select FW_LOADER
dc759613 290 select WANT_DEV_COREDUMP
789221ec
BZ
291 help
292 The driver for Marvell Bluetooth chipsets with SDIO interface.
293
294 This driver is required if you want to use Marvell Bluetooth
f0ef6748 295 devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897/SD8997
2ac654f7 296 chipsets are supported.
789221ec
BZ
297
298 Say Y here to compile support for Marvell BT-over-SDIO driver
299 into the kernel or say M to compile it as module.
300
9670d80a
VK
301config BT_ATH3K
302 tristate "Atheros firmware download driver"
303 depends on BT_HCIBTUSB
304 select FW_LOADER
305 help
306 Bluetooth firmware download driver.
307 This driver loads the firmware into the Atheros Bluetooth
308 chipset.
1da177e4 309
9670d80a
VK
310 Say Y here to compile support for "Atheros firmware download driver"
311 into the kernel or say M to compile it as module (ath3k).
312
363907af
PS
313config BT_WILINK
314 tristate "Texas Instruments WiLink7 driver"
315 depends on TI_ST
316 help
317 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
318 combo devices. This makes use of shared transport line discipline
319 core driver to communicate with the BT core of the combo chip.
320
321 Say Y here to compile support for Texas Instrument's WiLink7 driver
22e8ee12
PM
322 into the kernel or say M to compile it as module (btwilink).
323
9670d80a 324endmenu
This page took 0.875783 seconds and 5 git commands to generate.