]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/bluetooth/Kconfig
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[karo-tx-linux.git] / drivers / bluetooth / Kconfig
1
2 menu "Bluetooth device drivers"
3         depends on BT
4
5 config BT_INTEL
6         tristate
7
8 config BT_BCM
9         tristate
10         select FW_LOADER
11
12 config BT_RTL
13         tristate
14         select FW_LOADER
15
16 config BT_HCIBTUSB
17         tristate "HCI USB driver"
18         depends on USB
19         select BT_INTEL
20         help
21           Bluetooth HCI USB driver.
22           This driver is required if you want to use Bluetooth devices with
23           USB interface.
24
25           Say Y here to compile support for Bluetooth USB devices into the
26           kernel or say M to compile it as module (btusb).
27
28 config 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
39 config 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
50 config 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
61 config BT_HCIUART
62         tristate "HCI UART driver"
63         depends on TTY
64         help
65           Bluetooth HCI UART driver.
66           This driver is required if you want to use Bluetooth devices with
67           serial port interface. You will also need this driver if you have
68           UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
69           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
74 config BT_HCIUART_H4
75         bool "UART (H4) protocol support"
76         depends on BT_HCIUART
77         help
78           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.
81
82           Say Y here to compile support for HCI UART (H4) protocol.
83
84 config BT_HCIUART_BCSP
85         bool "BCSP protocol support"
86         depends on BT_HCIUART
87         select BITREVERSE
88         help
89           BCSP (BlueCore Serial Protocol) is serial protocol for communication
90           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
96 config BT_HCIUART_ATH3K
97         bool "Atheros AR300x serial support"
98         depends on BT_HCIUART
99         select BT_HCIUART_H4
100         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
109 config 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
120 config 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
132 config BT_HCIUART_INTEL
133         bool "Intel protocol support"
134         depends on BT_HCIUART
135         select BT_HCIUART_H4
136         select BT_INTEL
137         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
143 config BT_HCIUART_BCM
144         bool "Broadcom protocol support"
145         depends on BT_HCIUART
146         select BT_HCIUART_H4
147         select BT_BCM
148         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
154 config 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
166 config 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
177 config 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
190 config 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
203 config 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
217 config 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
230 config 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
246 config 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
255 config BT_MRVL
256         tristate "Marvell Bluetooth driver support"
257         help
258           The core driver to support Marvell Bluetooth devices.
259
260           This driver is required if you want to support
261           Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
262
263           Say Y here to compile Marvell Bluetooth driver
264           into the kernel or say M to compile it as module.
265
266 config BT_MRVL_SDIO
267         tristate "Marvell BT-over-SDIO driver"
268         depends on BT_MRVL && MMC
269         select FW_LOADER
270         select WANT_DEV_COREDUMP
271         help
272           The driver for Marvell Bluetooth chipsets with SDIO interface.
273
274           This driver is required if you want to use Marvell Bluetooth
275           devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
276           chipsets are supported.
277
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
281 config 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.
289
290           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
293 config 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
302           into the kernel or say M to compile it as module (btwilink).
303
304 endmenu