Kconfig 5.2 KB

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