Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. menu "Bluetooth device drivers"
  2. depends on BT
  3. config BT_HCIUSB
  4. tristate "HCI USB driver"
  5. depends on USB
  6. help
  7. Bluetooth HCI USB driver.
  8. This driver is required if you want to use Bluetooth devices with
  9. USB interface.
  10. Say Y here to compile support for Bluetooth USB devices into the
  11. kernel or say M to compile it as module (hci_usb).
  12. config BT_HCIUSB_SCO
  13. bool "SCO (voice) support"
  14. depends on BT_HCIUSB
  15. help
  16. This option enables the SCO support in the HCI USB driver. You need this
  17. to transmit voice data with your Bluetooth USB device.
  18. Say Y here to compile support for SCO over HCI USB.
  19. config BT_HCIUART
  20. tristate "HCI UART driver"
  21. help
  22. Bluetooth HCI UART driver.
  23. This driver is required if you want to use Bluetooth devices with
  24. serial port interface. You will also need this driver if you have
  25. UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
  26. adapter and BrainBoxes Bluetooth PC Card.
  27. Say Y here to compile support for Bluetooth UART devices into the
  28. kernel or say M to compile it as module (hci_uart).
  29. config BT_HCIUART_H4
  30. bool "UART (H4) protocol support"
  31. depends on BT_HCIUART
  32. help
  33. UART (H4) is serial protocol for communication between Bluetooth
  34. device and host. This protocol is required for most Bluetooth devices
  35. with UART interface, including PCMCIA and CF cards.
  36. Say Y here to compile support for HCI UART (H4) protocol.
  37. config BT_HCIUART_BCSP
  38. bool "BCSP protocol support"
  39. depends on BT_HCIUART
  40. help
  41. BCSP (BlueCore Serial Protocol) is serial protocol for communication
  42. between Bluetooth device and host. This protocol is required for non
  43. USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
  44. CF cards.
  45. Say Y here to compile support for HCI BCSP protocol.
  46. config BT_HCIBCM203X
  47. tristate "HCI BCM203x USB driver"
  48. depends on USB
  49. select FW_LOADER
  50. help
  51. Bluetooth HCI BCM203x USB driver.
  52. This driver provides the firmware loading mechanism for the Broadcom
  53. Blutonium based devices.
  54. Say Y here to compile support for HCI BCM203x devices into the
  55. kernel or say M to compile it as module (bcm203x).
  56. config BT_HCIBPA10X
  57. tristate "HCI BPA10x USB driver"
  58. depends on USB
  59. help
  60. Bluetooth HCI BPA10x USB driver.
  61. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  62. sniffer devices.
  63. Say Y here to compile support for HCI BPA10x devices into the
  64. kernel or say M to compile it as module (bpa10x).
  65. config BT_HCIBFUSB
  66. tristate "HCI BlueFRITZ! USB driver"
  67. depends on USB
  68. select FW_LOADER
  69. help
  70. Bluetooth HCI BlueFRITZ! USB driver.
  71. This driver provides support for Bluetooth USB devices with AVM
  72. interface:
  73. AVM BlueFRITZ! USB
  74. Say Y here to compile support for HCI BFUSB devices into the
  75. kernel or say M to compile it as module (bfusb).
  76. config BT_HCIDTL1
  77. tristate "HCI DTL1 (PC Card) driver"
  78. depends on PCMCIA
  79. help
  80. Bluetooth HCI DTL1 (PC Card) driver.
  81. This driver provides support for Bluetooth PCMCIA devices with
  82. Nokia DTL1 interface:
  83. Nokia Bluetooth Card
  84. Socket Bluetooth CF Card
  85. Say Y here to compile support for HCI DTL1 devices into the
  86. kernel or say M to compile it as module (dtl1_cs).
  87. config BT_HCIBT3C
  88. tristate "HCI BT3C (PC Card) driver"
  89. depends on PCMCIA
  90. select FW_LOADER
  91. help
  92. Bluetooth HCI BT3C (PC Card) driver.
  93. This driver provides support for Bluetooth PCMCIA devices with
  94. 3Com BT3C interface:
  95. 3Com Bluetooth Card (3CRWB6096)
  96. HP Bluetooth Card
  97. Say Y here to compile support for HCI BT3C devices into the
  98. kernel or say M to compile it as module (bt3c_cs).
  99. config BT_HCIBLUECARD
  100. tristate "HCI BlueCard (PC Card) driver"
  101. depends on PCMCIA
  102. help
  103. Bluetooth HCI BlueCard (PC Card) driver.
  104. This driver provides support for Bluetooth PCMCIA devices with
  105. Anycom BlueCard interface:
  106. Anycom Bluetooth PC Card
  107. Anycom Bluetooth CF Card
  108. Say Y here to compile support for HCI BlueCard devices into the
  109. kernel or say M to compile it as module (bluecard_cs).
  110. config BT_HCIBTUART
  111. tristate "HCI UART (PC Card) device driver"
  112. depends on PCMCIA
  113. help
  114. Bluetooth HCI UART (PC Card) driver.
  115. This driver provides support for Bluetooth PCMCIA devices with
  116. an UART interface:
  117. Xircom CreditCard Bluetooth Adapter
  118. Xircom RealPort2 Bluetooth Adapter
  119. Sphinx PICO Card
  120. H-Soft blue+Card
  121. Cyber-blue Compact Flash Card
  122. Say Y here to compile support for HCI UART devices into the
  123. kernel or say M to compile it as module (btuart_cs).
  124. config BT_HCIVHCI
  125. tristate "HCI VHCI (Virtual HCI device) driver"
  126. help
  127. Bluetooth Virtual HCI device driver.
  128. This driver is required if you want to use HCI Emulation software.
  129. Say Y here to compile support for virtual HCI devices into the
  130. kernel or say M to compile it as module (hci_vhci).
  131. endmenu