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