Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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_ATH3K
  50. bool "Atheros AR300x serial support"
  51. depends on BT_HCIUART
  52. help
  53. HCIATH3K (HCI Atheros AR300x) is a serial protocol for
  54. communication between host and Atheros AR300x Bluetooth devices.
  55. This protocol enables AR300x chips to be enabled with
  56. power management support.
  57. Enable this if you have Atheros AR300x serial Bluetooth device.
  58. Say Y here to compile support for HCI UART ATH3K protocol.
  59. config BT_HCIUART_LL
  60. bool "HCILL protocol support"
  61. depends on BT_HCIUART
  62. help
  63. HCILL (HCI Low Level) is a serial protocol for communication
  64. between Bluetooth device and host. This protocol is required for
  65. serial Bluetooth devices that are based on Texas Instruments'
  66. BRF chips.
  67. Say Y here to compile support for HCILL protocol.
  68. config BT_HCIBCM203X
  69. tristate "HCI BCM203x USB driver"
  70. depends on USB
  71. select FW_LOADER
  72. help
  73. Bluetooth HCI BCM203x USB driver.
  74. This driver provides the firmware loading mechanism for the Broadcom
  75. Blutonium based devices.
  76. Say Y here to compile support for HCI BCM203x devices into the
  77. kernel or say M to compile it as module (bcm203x).
  78. config BT_HCIBPA10X
  79. tristate "HCI BPA10x USB driver"
  80. depends on USB
  81. help
  82. Bluetooth HCI BPA10x USB driver.
  83. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  84. sniffer devices.
  85. Say Y here to compile support for HCI BPA10x devices into the
  86. kernel or say M to compile it as module (bpa10x).
  87. config BT_HCIBFUSB
  88. tristate "HCI BlueFRITZ! USB driver"
  89. depends on USB
  90. select FW_LOADER
  91. help
  92. Bluetooth HCI BlueFRITZ! USB driver.
  93. This driver provides support for Bluetooth USB devices with AVM
  94. interface:
  95. AVM BlueFRITZ! USB
  96. Say Y here to compile support for HCI BFUSB devices into the
  97. kernel or say M to compile it as module (bfusb).
  98. config BT_HCIDTL1
  99. tristate "HCI DTL1 (PC Card) driver"
  100. depends on PCMCIA
  101. help
  102. Bluetooth HCI DTL1 (PC Card) driver.
  103. This driver provides support for Bluetooth PCMCIA devices with
  104. Nokia DTL1 interface:
  105. Nokia Bluetooth Card
  106. Socket Bluetooth CF Card
  107. Say Y here to compile support for HCI DTL1 devices into the
  108. kernel or say M to compile it as module (dtl1_cs).
  109. config BT_HCIBT3C
  110. tristate "HCI BT3C (PC Card) driver"
  111. depends on PCMCIA
  112. select FW_LOADER
  113. help
  114. Bluetooth HCI BT3C (PC Card) driver.
  115. This driver provides support for Bluetooth PCMCIA devices with
  116. 3Com BT3C interface:
  117. 3Com Bluetooth Card (3CRWB6096)
  118. HP Bluetooth Card
  119. Say Y here to compile support for HCI BT3C devices into the
  120. kernel or say M to compile it as module (bt3c_cs).
  121. config BT_HCIBLUECARD
  122. tristate "HCI BlueCard (PC Card) driver"
  123. depends on PCMCIA
  124. help
  125. Bluetooth HCI BlueCard (PC Card) driver.
  126. This driver provides support for Bluetooth PCMCIA devices with
  127. Anycom BlueCard interface:
  128. Anycom Bluetooth PC Card
  129. Anycom Bluetooth CF Card
  130. Say Y here to compile support for HCI BlueCard devices into the
  131. kernel or say M to compile it as module (bluecard_cs).
  132. config BT_HCIBTUART
  133. tristate "HCI UART (PC Card) device driver"
  134. depends on PCMCIA
  135. help
  136. Bluetooth HCI UART (PC Card) driver.
  137. This driver provides support for Bluetooth PCMCIA devices with
  138. an UART interface:
  139. Xircom CreditCard Bluetooth Adapter
  140. Xircom RealPort2 Bluetooth Adapter
  141. Sphinx PICO Card
  142. H-Soft blue+Card
  143. Cyber-blue Compact Flash Card
  144. Say Y here to compile support for HCI UART devices into the
  145. kernel or say M to compile it as module (btuart_cs).
  146. config BT_HCIVHCI
  147. tristate "HCI VHCI (Virtual HCI device) driver"
  148. help
  149. Bluetooth Virtual HCI device driver.
  150. This driver is required if you want to use HCI Emulation software.
  151. Say Y here to compile support for virtual HCI devices into the
  152. kernel or say M to compile it as module (hci_vhci).
  153. config BT_MRVL
  154. tristate "Marvell Bluetooth driver support"
  155. help
  156. The core driver to support Marvell Bluetooth devices.
  157. This driver is required if you want to support
  158. Marvell Bluetooth devices, such as 8688/8787.
  159. Say Y here to compile Marvell Bluetooth driver
  160. into the kernel or say M to compile it as module.
  161. config BT_MRVL_SDIO
  162. tristate "Marvell BT-over-SDIO driver"
  163. depends on BT_MRVL && MMC
  164. select FW_LOADER
  165. help
  166. The driver for Marvell Bluetooth chipsets with SDIO interface.
  167. This driver is required if you want to use Marvell Bluetooth
  168. devices with SDIO interface. Currently SD8688/SD8787 chipsets are
  169. supported.
  170. Say Y here to compile support for Marvell BT-over-SDIO driver
  171. into the kernel or say M to compile it as module.
  172. config BT_ATH3K
  173. tristate "Atheros firmware download driver"
  174. depends on BT_HCIBTUSB
  175. select FW_LOADER
  176. help
  177. Bluetooth firmware download driver.
  178. This driver loads the firmware into the Atheros Bluetooth
  179. chipset.
  180. Say Y here to compile support for "Atheros firmware download driver"
  181. into the kernel or say M to compile it as module (ath3k).
  182. config BT_WILINK
  183. tristate "Texas Instruments WiLink7 driver"
  184. depends on TI_ST
  185. help
  186. This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
  187. combo devices. This makes use of shared transport line discipline
  188. core driver to communicate with the BT core of the combo chip.
  189. Say Y here to compile support for Texas Instrument's WiLink7 driver
  190. into the kernel or say M to compile it as module.
  191. endmenu