[Bluetooth] Add generic driver for Bluetooth SDIO devices
[pandora-kernel.git] / drivers / bluetooth / Kconfig
1
2 menu "Bluetooth device drivers"
3         depends on BT
4
5 config BT_HCIUSB
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 (hci_usb).
15
16 config BT_HCIUSB_SCO
17         bool "SCO (voice) support"
18         depends on BT_HCIUSB
19         help
20           This option enables the SCO support in the HCI USB driver. You need this
21           to transmit voice data with your Bluetooth USB device.
22
23           Say Y here to compile support for SCO over HCI USB.
24
25 config BT_HCIBTSDIO
26         tristate "HCI SDIO driver"
27         depends on MMC
28         help
29           Bluetooth HCI SDIO driver.
30           This driver is required if you want to use Bluetooth device with
31           SDIO interface.
32
33           Say Y here to compile support for Bluetooth SDIO devices into the
34           kernel or say M to compile it as module (btsdio).
35
36 config BT_HCIUART
37         tristate "HCI UART driver"
38         help
39           Bluetooth HCI UART driver.
40           This driver is required if you want to use Bluetooth devices with
41           serial port interface. You will also need this driver if you have 
42           UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card 
43           adapter and BrainBoxes Bluetooth PC Card.
44
45           Say Y here to compile support for Bluetooth UART devices into the
46           kernel or say M to compile it as module (hci_uart).
47
48 config BT_HCIUART_H4
49         bool "UART (H4) protocol support"
50         depends on BT_HCIUART
51         help
52           UART (H4) is serial protocol for communication between Bluetooth 
53           device and host. This protocol is required for most Bluetooth devices 
54           with UART interface, including PCMCIA and CF cards. 
55
56           Say Y here to compile support for HCI UART (H4) protocol.
57
58 config BT_HCIUART_BCSP
59         bool "BCSP protocol support"
60         depends on BT_HCIUART
61         help
62           BCSP (BlueCore Serial Protocol) is serial protocol for communication 
63           between Bluetooth device and host. This protocol is required for non
64           USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
65           CF cards.
66
67           Say Y here to compile support for HCI BCSP protocol.
68
69 config BT_HCIUART_LL
70         bool "HCILL protocol support"
71         depends on BT_HCIUART
72         help
73           HCILL (HCI Low Level) is a serial protocol for communication
74           between Bluetooth device and host. This protocol is required for
75           serial Bluetooth devices that are based on Texas Instruments'
76           BRF chips.
77
78           Say Y here to compile support for HCILL protocol.
79
80 config BT_HCIBCM203X
81         tristate "HCI BCM203x USB driver"
82         depends on USB
83         select FW_LOADER
84         help
85           Bluetooth HCI BCM203x USB driver.
86           This driver provides the firmware loading mechanism for the Broadcom
87           Blutonium based devices.
88
89           Say Y here to compile support for HCI BCM203x devices into the
90           kernel or say M to compile it as module (bcm203x).
91
92 config BT_HCIBPA10X
93         tristate "HCI BPA10x USB driver"
94         depends on USB
95         help
96           Bluetooth HCI BPA10x USB driver.
97           This driver provides support for the Digianswer BPA 100/105 Bluetooth
98           sniffer devices.
99
100           Say Y here to compile support for HCI BPA10x devices into the
101           kernel or say M to compile it as module (bpa10x).
102
103 config BT_HCIBFUSB
104         tristate "HCI BlueFRITZ! USB driver"
105         depends on USB
106         select FW_LOADER
107         help
108           Bluetooth HCI BlueFRITZ! USB driver.
109           This driver provides support for Bluetooth USB devices with AVM
110           interface:
111              AVM BlueFRITZ! USB
112
113           Say Y here to compile support for HCI BFUSB devices into the
114           kernel or say M to compile it as module (bfusb).
115
116 config BT_HCIDTL1
117         tristate "HCI DTL1 (PC Card) driver"
118         depends on PCMCIA
119         help
120           Bluetooth HCI DTL1 (PC Card) driver.
121           This driver provides support for Bluetooth PCMCIA devices with
122           Nokia DTL1 interface:
123              Nokia Bluetooth Card
124              Socket Bluetooth CF Card
125
126           Say Y here to compile support for HCI DTL1 devices into the
127           kernel or say M to compile it as module (dtl1_cs).
128
129 config BT_HCIBT3C
130         tristate "HCI BT3C (PC Card) driver"
131         depends on PCMCIA
132         select FW_LOADER
133         help
134           Bluetooth HCI BT3C (PC Card) driver.
135           This driver provides support for Bluetooth PCMCIA devices with
136           3Com BT3C interface:
137              3Com Bluetooth Card (3CRWB6096)
138              HP Bluetooth Card
139
140           Say Y here to compile support for HCI BT3C devices into the
141           kernel or say M to compile it as module (bt3c_cs).
142
143 config BT_HCIBLUECARD
144         tristate "HCI BlueCard (PC Card) driver"
145         depends on PCMCIA
146         help
147           Bluetooth HCI BlueCard (PC Card) driver.
148           This driver provides support for Bluetooth PCMCIA devices with
149           Anycom BlueCard interface:
150              Anycom Bluetooth PC Card
151              Anycom Bluetooth CF Card
152
153           Say Y here to compile support for HCI BlueCard devices into the
154           kernel or say M to compile it as module (bluecard_cs).
155
156 config BT_HCIBTUART
157         tristate "HCI UART (PC Card) device driver"
158         depends on PCMCIA
159         help
160           Bluetooth HCI UART (PC Card) driver.
161           This driver provides support for Bluetooth PCMCIA devices with
162           an UART interface:
163              Xircom CreditCard Bluetooth Adapter
164              Xircom RealPort2 Bluetooth Adapter
165              Sphinx PICO Card
166              H-Soft blue+Card
167              Cyber-blue Compact Flash Card
168
169           Say Y here to compile support for HCI UART devices into the
170           kernel or say M to compile it as module (btuart_cs).
171
172 config BT_HCIVHCI
173         tristate "HCI VHCI (Virtual HCI device) driver"
174         help
175           Bluetooth Virtual HCI device driver.
176           This driver is required if you want to use HCI Emulation software.
177
178           Say Y here to compile support for virtual HCI devices into the
179           kernel or say M to compile it as module (hci_vhci).
180
181 endmenu
182