URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [bluetooth/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
menu "Bluetooth device drivers"depends on BTconfig BT_HCIUSBtristate "HCI USB driver"depends on USBhelpBluetooth HCI USB driver.This driver is required if you want to use Bluetooth devices withUSB interface.Say Y here to compile support for Bluetooth USB devices into thekernel or say M to compile it as module (hci_usb).config BT_HCIUSB_SCObool "SCO (voice) support"depends on BT_HCIUSBhelpThis option enables the SCO support in the HCI USB driver. You need thisto transmit voice data with your Bluetooth USB device.Say Y here to compile support for SCO over HCI USB.config BT_HCIBTUSBtristate "HCI USB driver (alternate version)"depends on USB && EXPERIMENTAL && BT_HCIUSB=nhelpBluetooth HCI USB driver.This driver is required if you want to use Bluetooth devices withUSB interface.This driver is still experimental and has no SCO support.Say Y here to compile support for Bluetooth USB devices into thekernel or say M to compile it as module (btusb).config BT_HCIBTSDIOtristate "HCI SDIO driver"depends on MMChelpBluetooth HCI SDIO driver.This driver is required if you want to use Bluetooth device withSDIO interface.Say Y here to compile support for Bluetooth SDIO devices into thekernel or say M to compile it as module (btsdio).config BT_HCIUARTtristate "HCI UART driver"helpBluetooth HCI UART driver.This driver is required if you want to use Bluetooth devices withserial port interface. You will also need this driver if you haveUART based Bluetooth PCMCIA and CF devices like Xircom Credit Cardadapter and BrainBoxes Bluetooth PC Card.Say Y here to compile support for Bluetooth UART devices into thekernel or say M to compile it as module (hci_uart).config BT_HCIUART_H4bool "UART (H4) protocol support"depends on BT_HCIUARThelpUART (H4) is serial protocol for communication between Bluetoothdevice and host. This protocol is required for most Bluetooth deviceswith UART interface, including PCMCIA and CF cards.Say Y here to compile support for HCI UART (H4) protocol.config BT_HCIUART_BCSPbool "BCSP protocol support"depends on BT_HCIUARThelpBCSP (BlueCore Serial Protocol) is serial protocol for communicationbetween Bluetooth device and host. This protocol is required for nonUSB Bluetooth devices based on CSR BlueCore chip, including PCMCIA andCF cards.Say Y here to compile support for HCI BCSP protocol.config BT_HCIUART_LLbool "HCILL protocol support"depends on BT_HCIUARThelpHCILL (HCI Low Level) is a serial protocol for communicationbetween Bluetooth device and host. This protocol is required forserial Bluetooth devices that are based on Texas Instruments'BRF chips.Say Y here to compile support for HCILL protocol.config BT_HCIBCM203Xtristate "HCI BCM203x USB driver"depends on USBselect FW_LOADERhelpBluetooth HCI BCM203x USB driver.This driver provides the firmware loading mechanism for the BroadcomBlutonium based devices.Say Y here to compile support for HCI BCM203x devices into thekernel or say M to compile it as module (bcm203x).config BT_HCIBPA10Xtristate "HCI BPA10x USB driver"depends on USBhelpBluetooth HCI BPA10x USB driver.This driver provides support for the Digianswer BPA 100/105 Bluetoothsniffer devices.Say Y here to compile support for HCI BPA10x devices into thekernel or say M to compile it as module (bpa10x).config BT_HCIBFUSBtristate "HCI BlueFRITZ! USB driver"depends on USBselect FW_LOADERhelpBluetooth HCI BlueFRITZ! USB driver.This driver provides support for Bluetooth USB devices with AVMinterface:AVM BlueFRITZ! USBSay Y here to compile support for HCI BFUSB devices into thekernel or say M to compile it as module (bfusb).config BT_HCIDTL1tristate "HCI DTL1 (PC Card) driver"depends on PCMCIAhelpBluetooth HCI DTL1 (PC Card) driver.This driver provides support for Bluetooth PCMCIA devices withNokia DTL1 interface:Nokia Bluetooth CardSocket Bluetooth CF CardSay Y here to compile support for HCI DTL1 devices into thekernel or say M to compile it as module (dtl1_cs).config BT_HCIBT3Ctristate "HCI BT3C (PC Card) driver"depends on PCMCIAselect FW_LOADERhelpBluetooth HCI BT3C (PC Card) driver.This driver provides support for Bluetooth PCMCIA devices with3Com BT3C interface:3Com Bluetooth Card (3CRWB6096)HP Bluetooth CardSay Y here to compile support for HCI BT3C devices into thekernel or say M to compile it as module (bt3c_cs).config BT_HCIBLUECARDtristate "HCI BlueCard (PC Card) driver"depends on PCMCIAhelpBluetooth HCI BlueCard (PC Card) driver.This driver provides support for Bluetooth PCMCIA devices withAnycom BlueCard interface:Anycom Bluetooth PC CardAnycom Bluetooth CF CardSay Y here to compile support for HCI BlueCard devices into thekernel or say M to compile it as module (bluecard_cs).config BT_HCIBTUARTtristate "HCI UART (PC Card) device driver"depends on PCMCIAhelpBluetooth HCI UART (PC Card) driver.This driver provides support for Bluetooth PCMCIA devices withan UART interface:Xircom CreditCard Bluetooth AdapterXircom RealPort2 Bluetooth AdapterSphinx PICO CardH-Soft blue+CardCyber-blue Compact Flash CardSay Y here to compile support for HCI UART devices into thekernel or say M to compile it as module (btuart_cs).config BT_HCIVHCItristate "HCI VHCI (Virtual HCI device) driver"helpBluetooth Virtual HCI device driver.This driver is required if you want to use HCI Emulation software.Say Y here to compile support for virtual HCI devices into thekernel or say M to compile it as module (hci_vhci).endmenu
