Kconfig 5.8 KB

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