2 menu "Bluetooth device drivers"
6 tristate "HCI USB driver"
9 Bluetooth HCI USB driver.
10 This driver is required if you want to use Bluetooth devices with
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).
17 bool "SCO (voice) support"
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.
23 Say Y here to compile support for SCO over HCI USB.
26 tristate "HCI UART driver"
28 Bluetooth HCI UART driver.
29 This driver is required if you want to use Bluetooth devices with
30 serial port interface. You will also need this driver if you have
31 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
32 adapter and BrainBoxes Bluetooth PC Card.
34 Say Y here to compile support for Bluetooth UART devices into the
35 kernel or say M to compile it as module (hci_uart).
38 bool "UART (H4) protocol support"
41 UART (H4) is serial protocol for communication between Bluetooth
42 device and host. This protocol is required for most Bluetooth devices
43 with UART interface, including PCMCIA and CF cards.
45 Say Y here to compile support for HCI UART (H4) protocol.
47 config BT_HCIUART_BCSP
48 bool "BCSP protocol support"
51 BCSP (BlueCore Serial Protocol) is serial protocol for communication
52 between Bluetooth device and host. This protocol is required for non
53 USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
56 Say Y here to compile support for HCI BCSP protocol.
58 config BT_HCIUART_BCSP_TXCRC
59 bool "Transmit CRC with every BCSP packet"
60 depends on BT_HCIUART_BCSP
62 If you say Y here, a 16-bit CRC checksum will be transmitted along with
63 every BCSP (BlueCore Serial Protocol) packet sent to the Bluetooth chip.
64 This increases reliability, but slightly reduces efficiency.
67 tristate "HCI BCM203x USB driver"
71 Bluetooth HCI BCM203x USB driver.
72 This driver provides the firmware loading mechanism for the Broadcom
73 Blutonium based devices.
75 Say Y here to compile support for HCI BCM203x devices into the
76 kernel or say M to compile it as module (bcm203x).
79 tristate "HCI BlueFRITZ! USB driver"
83 Bluetooth HCI BlueFRITZ! USB driver.
84 This driver provides support for Bluetooth USB devices with AVM
88 Say Y here to compile support for HCI BFUSB devices into the
89 kernel or say M to compile it as module (bfusb).
92 tristate "HCI DTL1 (PC Card) driver"
95 Bluetooth HCI DTL1 (PC Card) driver.
96 This driver provides support for Bluetooth PCMCIA devices with
99 Socket Bluetooth CF Card
101 Say Y here to compile support for HCI DTL1 devices into the
102 kernel or say M to compile it as module (dtl1_cs).
105 tristate "HCI BT3C (PC Card) driver"
109 Bluetooth HCI BT3C (PC Card) driver.
110 This driver provides support for Bluetooth PCMCIA devices with
112 3Com Bluetooth Card (3CRWB6096)
115 Say Y here to compile support for HCI BT3C devices into the
116 kernel or say M to compile it as module (bt3c_cs).
118 config BT_HCIBLUECARD
119 tristate "HCI BlueCard (PC Card) driver"
122 Bluetooth HCI BlueCard (PC Card) driver.
123 This driver provides support for Bluetooth PCMCIA devices with
124 Anycom BlueCard interface:
125 Anycom Bluetooth PC Card
126 Anycom Bluetooth CF Card
128 Say Y here to compile support for HCI BlueCard devices into the
129 kernel or say M to compile it as module (bluecard_cs).
132 tristate "HCI UART (PC Card) device driver"
135 Bluetooth HCI UART (PC Card) driver.
136 This driver provides support for Bluetooth PCMCIA devices with
138 Xircom CreditCard Bluetooth Adapter
139 Xircom RealPort2 Bluetooth Adapter
142 Cyber-blue Compact Flash Card
144 Say Y here to compile support for HCI UART devices into the
145 kernel or say M to compile it as module (btuart_cs).
148 tristate "HCI VHCI (Virtual HCI device) driver"
150 Bluetooth Virtual HCI device driver.
151 This driver is required if you want to use HCI Emulation software.
153 Say Y here to compile support for virtual HCI devices into the
154 kernel or say M to compile it as module (hci_vhci).