Bluetooth: hci_uart: Add support Broadcom address configuration
[linux-block.git] / drivers / bluetooth / Kconfig
1
2 menu "Bluetooth device drivers"
3         depends on BT
4
5 config BT_HCIBTUSB
6         tristate "HCI USB driver"
7         depends on USB
8         help
9           Bluetooth HCI USB driver.
10           This driver is required if you want to use Bluetooth devices with
11           USB interface.
12
13           Say Y here to compile support for Bluetooth USB devices into the
14           kernel or say M to compile it as module (btusb).
15
16 config 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
27 config BT_HCIUART
28         tristate "HCI UART driver"
29         depends on TTY
30         help
31           Bluetooth HCI UART driver.
32           This driver is required if you want to use Bluetooth devices with
33           serial port interface. You will also need this driver if you have
34           UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
35           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
40 config BT_HCIUART_H4
41         bool "UART (H4) protocol support"
42         depends on BT_HCIUART
43         help
44           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.
47
48           Say Y here to compile support for HCI UART (H4) protocol.
49
50 config BT_HCIUART_BCSP
51         bool "BCSP protocol support"
52         depends on BT_HCIUART
53         select BITREVERSE
54         help
55           BCSP (BlueCore Serial Protocol) is serial protocol for communication
56           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
62 config 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
74 config 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
85 config 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
97 config 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
106 config BT_HCIUART_BCM
107         bool "Broadcom protocol support"
108         depends on BT_HCIUART
109         help
110           The Broadcom protocol support enables Bluetooth HCI over serial
111           port interface for Broadcom Bluetooth controllers.
112
113           Say Y here to compile support for Broadcom protocol.
114
115 config BT_HCIBCM203X
116         tristate "HCI BCM203x USB driver"
117         depends on USB
118         select FW_LOADER
119         help
120           Bluetooth HCI BCM203x USB driver.
121           This driver provides the firmware loading mechanism for the Broadcom
122           Blutonium based devices.
123
124           Say Y here to compile support for HCI BCM203x devices into the
125           kernel or say M to compile it as module (bcm203x).
126
127 config BT_HCIBPA10X
128         tristate "HCI BPA10x USB driver"
129         depends on USB
130         help
131           Bluetooth HCI BPA10x USB driver.
132           This driver provides support for the Digianswer BPA 100/105 Bluetooth
133           sniffer devices.
134
135           Say Y here to compile support for HCI BPA10x devices into the
136           kernel or say M to compile it as module (bpa10x).
137
138 config BT_HCIBFUSB
139         tristate "HCI BlueFRITZ! USB driver"
140         depends on USB
141         select FW_LOADER
142         help
143           Bluetooth HCI BlueFRITZ! USB driver.
144           This driver provides support for Bluetooth USB devices with AVM
145           interface:
146              AVM BlueFRITZ! USB
147
148           Say Y here to compile support for HCI BFUSB devices into the
149           kernel or say M to compile it as module (bfusb).
150
151 config BT_HCIDTL1
152         tristate "HCI DTL1 (PC Card) driver"
153         depends on PCMCIA
154         help
155           Bluetooth HCI DTL1 (PC Card) driver.
156           This driver provides support for Bluetooth PCMCIA devices with
157           Nokia DTL1 interface:
158              Nokia Bluetooth Card
159              Socket Bluetooth CF Card
160
161           Say Y here to compile support for HCI DTL1 devices into the
162           kernel or say M to compile it as module (dtl1_cs).
163
164 config BT_HCIBT3C
165         tristate "HCI BT3C (PC Card) driver"
166         depends on PCMCIA
167         select FW_LOADER
168         help
169           Bluetooth HCI BT3C (PC Card) driver.
170           This driver provides support for Bluetooth PCMCIA devices with
171           3Com BT3C interface:
172              3Com Bluetooth Card (3CRWB6096)
173              HP Bluetooth Card
174
175           Say Y here to compile support for HCI BT3C devices into the
176           kernel or say M to compile it as module (bt3c_cs).
177
178 config BT_HCIBLUECARD
179         tristate "HCI BlueCard (PC Card) driver"
180         depends on PCMCIA
181         help
182           Bluetooth HCI BlueCard (PC Card) driver.
183           This driver provides support for Bluetooth PCMCIA devices with
184           Anycom BlueCard interface:
185              Anycom Bluetooth PC Card
186              Anycom Bluetooth CF Card
187
188           Say Y here to compile support for HCI BlueCard devices into the
189           kernel or say M to compile it as module (bluecard_cs).
190
191 config BT_HCIBTUART
192         tristate "HCI UART (PC Card) device driver"
193         depends on PCMCIA
194         help
195           Bluetooth HCI UART (PC Card) driver.
196           This driver provides support for Bluetooth PCMCIA devices with
197           an UART interface:
198              Xircom CreditCard Bluetooth Adapter
199              Xircom RealPort2 Bluetooth Adapter
200              Sphinx PICO Card
201              H-Soft blue+Card
202              Cyber-blue Compact Flash Card
203
204           Say Y here to compile support for HCI UART devices into the
205           kernel or say M to compile it as module (btuart_cs).
206
207 config BT_HCIVHCI
208         tristate "HCI VHCI (Virtual HCI device) driver"
209         help
210           Bluetooth Virtual HCI device driver.
211           This driver is required if you want to use HCI Emulation software.
212
213           Say Y here to compile support for virtual HCI devices into the
214           kernel or say M to compile it as module (hci_vhci).
215
216 config BT_MRVL
217         tristate "Marvell Bluetooth driver support"
218         help
219           The core driver to support Marvell Bluetooth devices.
220
221           This driver is required if you want to support
222           Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
223
224           Say Y here to compile Marvell Bluetooth driver
225           into the kernel or say M to compile it as module.
226
227 config BT_MRVL_SDIO
228         tristate "Marvell BT-over-SDIO driver"
229         depends on BT_MRVL && MMC
230         select FW_LOADER
231         select WANT_DEV_COREDUMP
232         help
233           The driver for Marvell Bluetooth chipsets with SDIO interface.
234
235           This driver is required if you want to use Marvell Bluetooth
236           devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
237           chipsets are supported.
238
239           Say Y here to compile support for Marvell BT-over-SDIO driver
240           into the kernel or say M to compile it as module.
241
242 config BT_ATH3K
243         tristate "Atheros firmware download driver"
244         depends on BT_HCIBTUSB
245         select FW_LOADER
246         help
247           Bluetooth firmware download driver.
248           This driver loads the firmware into the Atheros Bluetooth
249           chipset.
250
251           Say Y here to compile support for "Atheros firmware download driver"
252           into the kernel or say M to compile it as module (ath3k).
253
254 config BT_WILINK
255         tristate "Texas Instruments WiLink7 driver"
256         depends on TI_ST
257         help
258           This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
259           combo devices. This makes use of shared transport line discipline
260           core driver to communicate with the BT core of the combo chip.
261
262           Say Y here to compile support for Texas Instrument's WiLink7 driver
263           into the kernel or say M to compile it as module (btwilink).
264
265 endmenu