Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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_HCIUART_LL
  47. bool "HCILL protocol support"
  48. depends on BT_HCIUART
  49. help
  50. HCILL (HCI Low Level) is a serial protocol for communication
  51. between Bluetooth device and host. This protocol is required for
  52. serial Bluetooth devices that are based on Texas Instruments'
  53. BRF chips.
  54. Say Y here to compile support for HCILL protocol.
  55. config BT_HCIBCM203X
  56. tristate "HCI BCM203x USB driver"
  57. depends on USB
  58. select FW_LOADER
  59. help
  60. Bluetooth HCI BCM203x USB driver.
  61. This driver provides the firmware loading mechanism for the Broadcom
  62. Blutonium based devices.
  63. Say Y here to compile support for HCI BCM203x devices into the
  64. kernel or say M to compile it as module (bcm203x).
  65. config BT_HCIBPA10X
  66. tristate "HCI BPA10x USB driver"
  67. depends on USB
  68. help
  69. Bluetooth HCI BPA10x USB driver.
  70. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  71. sniffer devices.
  72. Say Y here to compile support for HCI BPA10x devices into the
  73. kernel or say M to compile it as module (bpa10x).
  74. config BT_HCIBFUSB
  75. tristate "HCI BlueFRITZ! USB driver"
  76. depends on USB
  77. select FW_LOADER
  78. help
  79. Bluetooth HCI BlueFRITZ! USB driver.
  80. This driver provides support for Bluetooth USB devices with AVM
  81. interface:
  82. AVM BlueFRITZ! USB
  83. Say Y here to compile support for HCI BFUSB devices into the
  84. kernel or say M to compile it as module (bfusb).
  85. config BT_HCIDTL1
  86. tristate "HCI DTL1 (PC Card) driver"
  87. depends on PCMCIA
  88. help
  89. Bluetooth HCI DTL1 (PC Card) driver.
  90. This driver provides support for Bluetooth PCMCIA devices with
  91. Nokia DTL1 interface:
  92. Nokia Bluetooth Card
  93. Socket Bluetooth CF Card
  94. Say Y here to compile support for HCI DTL1 devices into the
  95. kernel or say M to compile it as module (dtl1_cs).
  96. config BT_HCIBT3C
  97. tristate "HCI BT3C (PC Card) driver"
  98. depends on PCMCIA
  99. select FW_LOADER
  100. help
  101. Bluetooth HCI BT3C (PC Card) driver.
  102. This driver provides support for Bluetooth PCMCIA devices with
  103. 3Com BT3C interface:
  104. 3Com Bluetooth Card (3CRWB6096)
  105. HP Bluetooth Card
  106. Say Y here to compile support for HCI BT3C devices into the
  107. kernel or say M to compile it as module (bt3c_cs).
  108. config BT_HCIBLUECARD
  109. tristate "HCI BlueCard (PC Card) driver"
  110. depends on PCMCIA
  111. help
  112. Bluetooth HCI BlueCard (PC Card) driver.
  113. This driver provides support for Bluetooth PCMCIA devices with
  114. Anycom BlueCard interface:
  115. Anycom Bluetooth PC Card
  116. Anycom Bluetooth CF Card
  117. Say Y here to compile support for HCI BlueCard devices into the
  118. kernel or say M to compile it as module (bluecard_cs).
  119. config BT_HCIBTUART
  120. tristate "HCI UART (PC Card) device driver"
  121. depends on PCMCIA
  122. help
  123. Bluetooth HCI UART (PC Card) driver.
  124. This driver provides support for Bluetooth PCMCIA devices with
  125. an UART interface:
  126. Xircom CreditCard Bluetooth Adapter
  127. Xircom RealPort2 Bluetooth Adapter
  128. Sphinx PICO Card
  129. H-Soft blue+Card
  130. Cyber-blue Compact Flash Card
  131. Say Y here to compile support for HCI UART devices into the
  132. kernel or say M to compile it as module (btuart_cs).
  133. config BT_HCIVHCI
  134. tristate "HCI VHCI (Virtual HCI device) driver"
  135. help
  136. Bluetooth Virtual HCI device driver.
  137. This driver is required if you want to use HCI Emulation software.
  138. Say Y here to compile support for virtual HCI devices into the
  139. kernel or say M to compile it as module (hci_vhci).
  140. endmenu