Kconfig 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. menu "Bluetooth device drivers"
  2. depends on BT
  3. config BT_HCISMD
  4. tristate "HCI SMD driver"
  5. help
  6. Bluetooth HCI SMD driver.
  7. This driver is required if you want to use Bluetoth device with
  8. SMD interface.
  9. Say Y here to compile support for Bluetooth USB devices into the
  10. kernel or say M to compile is as a module (hci_smd).
  11. config BT_HCIBTUSB
  12. tristate "HCI USB driver"
  13. depends on USB
  14. help
  15. Bluetooth HCI USB driver.
  16. This driver is required if you want to use Bluetooth devices with
  17. USB interface.
  18. Say Y here to compile support for Bluetooth USB devices into the
  19. kernel or say M to compile it as module (btusb).
  20. config BT_HCIBTSDIO
  21. tristate "HCI SDIO driver"
  22. depends on MMC
  23. help
  24. Bluetooth HCI SDIO driver.
  25. This driver is required if you want to use Bluetooth device with
  26. SDIO interface.
  27. Say Y here to compile support for Bluetooth SDIO devices into the
  28. kernel or say M to compile it as module (btsdio).
  29. config BT_HCIUART
  30. tristate "HCI UART driver"
  31. help
  32. Bluetooth HCI UART driver.
  33. This driver is required if you want to use Bluetooth devices with
  34. serial port interface. You will also need this driver if you have
  35. UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
  36. adapter and BrainBoxes Bluetooth PC Card.
  37. Say Y here to compile support for Bluetooth UART devices into the
  38. kernel or say M to compile it as module (hci_uart).
  39. config BT_HCIUART_H4
  40. bool "UART (H4) protocol support"
  41. depends on BT_HCIUART
  42. help
  43. UART (H4) is serial protocol for communication between Bluetooth
  44. device and host. This protocol is required for most Bluetooth devices
  45. with UART interface, including PCMCIA and CF cards.
  46. Say Y here to compile support for HCI UART (H4) protocol.
  47. config BT_HCIUART_BCSP
  48. bool "BCSP protocol support"
  49. depends on BT_HCIUART
  50. select BITREVERSE
  51. help
  52. BCSP (BlueCore Serial Protocol) is serial protocol for communication
  53. between Bluetooth device and host. This protocol is required for non
  54. USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
  55. CF cards.
  56. Say Y here to compile support for HCI BCSP protocol.
  57. config BT_HCIUART_ATH3K
  58. bool "Atheros AR300x serial support"
  59. depends on BT_HCIUART
  60. help
  61. HCIATH3K (HCI Atheros AR300x) is a serial protocol for
  62. communication between host and Atheros AR300x Bluetooth devices.
  63. This protocol enables AR300x chips to be enabled with
  64. power management support.
  65. Enable this if you have Atheros AR300x serial Bluetooth device.
  66. Say Y here to compile support for HCI UART ATH3K protocol.
  67. config BT_HCIUART_LL
  68. bool "HCILL protocol support"
  69. depends on BT_HCIUART
  70. help
  71. HCILL (HCI Low Level) is a serial protocol for communication
  72. between Bluetooth device and host. This protocol is required for
  73. serial Bluetooth devices that are based on Texas Instruments'
  74. BRF chips.
  75. Say Y here to compile support for HCILL protocol.
  76. config BT_HCIUART_IBS
  77. bool "HCI_IBS protocol support"
  78. depends on BT_HCIUART
  79. default n
  80. help
  81. HCI_IBS (HCI In-Band Sleep) is a serial protocol for communication
  82. between Bluetooth device and host. This protocol is required for
  83. UART clock control for some Qualcomm Bluetooth devices.
  84. Say Y here to compile support for HCI_IBS protocol.
  85. config BT_HCIBCM203X
  86. tristate "HCI BCM203x USB driver"
  87. depends on USB
  88. select FW_LOADER
  89. help
  90. Bluetooth HCI BCM203x USB driver.
  91. This driver provides the firmware loading mechanism for the Broadcom
  92. Blutonium based devices.
  93. Say Y here to compile support for HCI BCM203x devices into the
  94. kernel or say M to compile it as module (bcm203x).
  95. config BT_HCIBPA10X
  96. tristate "HCI BPA10x USB driver"
  97. depends on USB
  98. help
  99. Bluetooth HCI BPA10x USB driver.
  100. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  101. sniffer devices.
  102. Say Y here to compile support for HCI BPA10x devices into the
  103. kernel or say M to compile it as module (bpa10x).
  104. config BT_MSM_SLEEP
  105. tristate "MSM Bluesleep driver"
  106. depends on BT && SERIAL_MSM_HS
  107. default n
  108. help
  109. Bluetooth MSM bluesleep driver.
  110. This driver provides support for BTS sleep.
  111. config BT_HCIBFUSB
  112. tristate "HCI BlueFRITZ! USB driver"
  113. depends on USB
  114. select FW_LOADER
  115. help
  116. Bluetooth HCI BlueFRITZ! USB driver.
  117. This driver provides support for Bluetooth USB devices with AVM
  118. interface:
  119. AVM BlueFRITZ! USB
  120. Say Y here to compile support for HCI BFUSB devices into the
  121. kernel or say M to compile it as module (bfusb).
  122. config BT_HCIDTL1
  123. tristate "HCI DTL1 (PC Card) driver"
  124. depends on PCMCIA
  125. help
  126. Bluetooth HCI DTL1 (PC Card) driver.
  127. This driver provides support for Bluetooth PCMCIA devices with
  128. Nokia DTL1 interface:
  129. Nokia Bluetooth Card
  130. Socket Bluetooth CF Card
  131. Say Y here to compile support for HCI DTL1 devices into the
  132. kernel or say M to compile it as module (dtl1_cs).
  133. config BT_HCIBT3C
  134. tristate "HCI BT3C (PC Card) driver"
  135. depends on PCMCIA
  136. select FW_LOADER
  137. help
  138. Bluetooth HCI BT3C (PC Card) driver.
  139. This driver provides support for Bluetooth PCMCIA devices with
  140. 3Com BT3C interface:
  141. 3Com Bluetooth Card (3CRWB6096)
  142. HP Bluetooth Card
  143. Say Y here to compile support for HCI BT3C devices into the
  144. kernel or say M to compile it as module (bt3c_cs).
  145. config BT_HCIBLUECARD
  146. tristate "HCI BlueCard (PC Card) driver"
  147. depends on PCMCIA
  148. help
  149. Bluetooth HCI BlueCard (PC Card) driver.
  150. This driver provides support for Bluetooth PCMCIA devices with
  151. Anycom BlueCard interface:
  152. Anycom Bluetooth PC Card
  153. Anycom Bluetooth CF Card
  154. Say Y here to compile support for HCI BlueCard devices into the
  155. kernel or say M to compile it as module (bluecard_cs).
  156. config BT_HCIBTUART
  157. tristate "HCI UART (PC Card) device driver"
  158. depends on PCMCIA
  159. help
  160. Bluetooth HCI UART (PC Card) driver.
  161. This driver provides support for Bluetooth PCMCIA devices with
  162. an UART interface:
  163. Xircom CreditCard Bluetooth Adapter
  164. Xircom RealPort2 Bluetooth Adapter
  165. Sphinx PICO Card
  166. H-Soft blue+Card
  167. Cyber-blue Compact Flash Card
  168. Say Y here to compile support for HCI UART devices into the
  169. kernel or say M to compile it as module (btuart_cs).
  170. config BT_HCIVHCI
  171. tristate "HCI VHCI (Virtual HCI device) driver"
  172. help
  173. Bluetooth Virtual HCI device driver.
  174. This driver is required if you want to use HCI Emulation software.
  175. Say Y here to compile support for virtual HCI devices into the
  176. kernel or say M to compile it as module (hci_vhci).
  177. config BT_MRVL
  178. tristate "Marvell Bluetooth driver support"
  179. help
  180. The core driver to support Marvell Bluetooth devices.
  181. This driver is required if you want to support
  182. Marvell Bluetooth devices, such as 8688/8787.
  183. Say Y here to compile Marvell Bluetooth driver
  184. into the kernel or say M to compile it as module.
  185. config BT_MRVL_SDIO
  186. tristate "Marvell BT-over-SDIO driver"
  187. depends on BT_MRVL && MMC
  188. select FW_LOADER
  189. help
  190. The driver for Marvell Bluetooth chipsets with SDIO interface.
  191. This driver is required if you want to use Marvell Bluetooth
  192. devices with SDIO interface. Currently SD8688/SD8787 chipsets are
  193. supported.
  194. Say Y here to compile support for Marvell BT-over-SDIO driver
  195. into the kernel or say M to compile it as module.
  196. config MSM_BT_POWER
  197. tristate "MSM Bluetooth Power Control"
  198. depends on ARCH_MSM && RFKILL
  199. default n
  200. help
  201. Provides a parameter to switch on/off power from PMIC
  202. to Bluetooth device.
  203. config BT_ATH3K
  204. tristate "Atheros firmware download driver"
  205. depends on BT_HCIBTUSB
  206. select FW_LOADER
  207. help
  208. Bluetooth firmware download driver.
  209. This driver loads the firmware into the Atheros Bluetooth
  210. chipset.
  211. Say Y here to compile support for "Atheros firmware download driver"
  212. into the kernel or say M to compile it as module (ath3k).
  213. config BT_WILINK
  214. tristate "Texas Instruments WiLink7 driver"
  215. depends on TI_ST
  216. help
  217. This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
  218. combo devices. This makes use of shared transport line discipline
  219. core driver to communicate with the BT core of the combo chip.
  220. Say Y here to compile support for Texas Instrument's WiLink7 driver
  221. into the kernel or say M to compile it as module.
  222. endmenu