Kconfig 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. menu "Bluetooth device drivers"
  2. depends on BT
  3. config BT_INTEL
  4. tristate
  5. select REGMAP
  6. config BT_BCM
  7. tristate
  8. select FW_LOADER
  9. config BT_RTL
  10. tristate
  11. select FW_LOADER
  12. config BT_QCA
  13. tristate
  14. select FW_LOADER
  15. config BT_HCIBTUSB
  16. tristate "HCI USB driver"
  17. depends on USB
  18. select BT_INTEL
  19. help
  20. Bluetooth HCI USB driver.
  21. This driver is required if you want to use Bluetooth devices with
  22. USB interface.
  23. Say Y here to compile support for Bluetooth USB devices into the
  24. kernel or say M to compile it as module (btusb).
  25. config BT_HCIBTUSB_BCM
  26. bool "Broadcom protocol support"
  27. depends on BT_HCIBTUSB
  28. select BT_BCM
  29. default y
  30. help
  31. The Broadcom protocol support enables firmware and patchram
  32. download support for Broadcom Bluetooth controllers.
  33. Say Y here to compile support for Broadcom protocol.
  34. config BT_HCIBTUSB_RTL
  35. bool "Realtek protocol support"
  36. depends on BT_HCIBTUSB
  37. select BT_RTL
  38. default y
  39. help
  40. The Realtek protocol support enables firmware and configuration
  41. download support for Realtek Bluetooth controllers.
  42. Say Y here to compile support for Realtek protocol.
  43. config BT_HCIBTSDIO
  44. tristate "HCI SDIO driver"
  45. depends on MMC
  46. help
  47. Bluetooth HCI SDIO driver.
  48. This driver is required if you want to use Bluetooth device with
  49. SDIO interface.
  50. Say Y here to compile support for Bluetooth SDIO devices into the
  51. kernel or say M to compile it as module (btsdio).
  52. config BT_HCIUART
  53. tristate "HCI UART driver"
  54. depends on TTY
  55. help
  56. Bluetooth HCI UART driver.
  57. This driver is required if you want to use Bluetooth devices with
  58. serial port interface. You will also need this driver if you have
  59. UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
  60. adapter and BrainBoxes Bluetooth PC Card.
  61. Say Y here to compile support for Bluetooth UART devices into the
  62. kernel or say M to compile it as module (hci_uart).
  63. config BT_HCIUART_H4
  64. bool "UART (H4) protocol support"
  65. depends on BT_HCIUART
  66. help
  67. UART (H4) is serial protocol for communication between Bluetooth
  68. device and host. This protocol is required for most Bluetooth devices
  69. with UART interface, including PCMCIA and CF cards.
  70. Say Y here to compile support for HCI UART (H4) protocol.
  71. config BT_HCIUART_BCSP
  72. bool "BCSP protocol support"
  73. depends on BT_HCIUART
  74. select BITREVERSE
  75. help
  76. BCSP (BlueCore Serial Protocol) is serial protocol for communication
  77. between Bluetooth device and host. This protocol is required for non
  78. USB Bluetooth devices based on CSR BlueCore chip, including PCMCIA and
  79. CF cards.
  80. Say Y here to compile support for HCI BCSP protocol.
  81. config BT_HCIUART_ATH3K
  82. bool "Atheros AR300x serial support"
  83. depends on BT_HCIUART
  84. select BT_HCIUART_H4
  85. help
  86. HCIATH3K (HCI Atheros AR300x) is a serial protocol for
  87. communication between host and Atheros AR300x Bluetooth devices.
  88. This protocol enables AR300x chips to be enabled with
  89. power management support.
  90. Enable this if you have Atheros AR300x serial Bluetooth device.
  91. Say Y here to compile support for HCI UART ATH3K protocol.
  92. config BT_HCIUART_LL
  93. bool "HCILL protocol support"
  94. depends on BT_HCIUART
  95. help
  96. HCILL (HCI Low Level) is a serial protocol for communication
  97. between Bluetooth device and host. This protocol is required for
  98. serial Bluetooth devices that are based on Texas Instruments'
  99. BRF chips.
  100. Say Y here to compile support for HCILL protocol.
  101. config BT_HCIUART_3WIRE
  102. bool "Three-wire UART (H5) protocol support"
  103. depends on BT_HCIUART
  104. help
  105. The HCI Three-wire UART Transport Layer makes it possible to
  106. user the Bluetooth HCI over a serial port interface. The HCI
  107. Three-wire UART Transport Layer assumes that the UART
  108. communication may have bit errors, overrun errors or burst
  109. errors and thereby making CTS/RTS lines unnecessary.
  110. Say Y here to compile support for Three-wire UART protocol.
  111. config BT_HCIUART_INTEL
  112. bool "Intel protocol support"
  113. depends on BT_HCIUART
  114. select BT_HCIUART_H4
  115. select BT_INTEL
  116. help
  117. The Intel protocol support enables Bluetooth HCI over serial
  118. port interface for Intel Bluetooth controllers.
  119. Say Y here to compile support for Intel protocol.
  120. config BT_HCIUART_BCM
  121. bool "Broadcom protocol support"
  122. depends on BT_HCIUART
  123. select BT_HCIUART_H4
  124. select BT_BCM
  125. help
  126. The Broadcom protocol support enables Bluetooth HCI over serial
  127. port interface for Broadcom Bluetooth controllers.
  128. Say Y here to compile support for Broadcom protocol.
  129. config BT_HCIUART_QCA
  130. bool "Qualcomm Atheros protocol support"
  131. depends on BT_HCIUART
  132. select BT_HCIUART_H4
  133. select BT_QCA
  134. help
  135. The Qualcomm Atheros protocol supports HCI In-Band Sleep feature
  136. over serial port interface(H4) between controller and host.
  137. This protocol is required for UART clock control for QCA Bluetooth
  138. devices.
  139. Say Y here to compile support for QCA protocol.
  140. config BT_HCIBCM203X
  141. tristate "HCI BCM203x USB driver"
  142. depends on USB
  143. select FW_LOADER
  144. help
  145. Bluetooth HCI BCM203x USB driver.
  146. This driver provides the firmware loading mechanism for the Broadcom
  147. Blutonium based devices.
  148. Say Y here to compile support for HCI BCM203x devices into the
  149. kernel or say M to compile it as module (bcm203x).
  150. config BT_HCIBPA10X
  151. tristate "HCI BPA10x USB driver"
  152. depends on USB && BT_HCIUART
  153. select BT_HCIUART_H4
  154. help
  155. Bluetooth HCI BPA10x USB driver.
  156. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  157. sniffer devices.
  158. Say Y here to compile support for HCI BPA10x devices into the
  159. kernel or say M to compile it as module (bpa10x).
  160. config BT_HCIBFUSB
  161. tristate "HCI BlueFRITZ! USB driver"
  162. depends on USB
  163. select FW_LOADER
  164. help
  165. Bluetooth HCI BlueFRITZ! USB driver.
  166. This driver provides support for Bluetooth USB devices with AVM
  167. interface:
  168. AVM BlueFRITZ! USB
  169. Say Y here to compile support for HCI BFUSB devices into the
  170. kernel or say M to compile it as module (bfusb).
  171. config BT_HCIDTL1
  172. tristate "HCI DTL1 (PC Card) driver"
  173. depends on PCMCIA
  174. help
  175. Bluetooth HCI DTL1 (PC Card) driver.
  176. This driver provides support for Bluetooth PCMCIA devices with
  177. Nokia DTL1 interface:
  178. Nokia Bluetooth Card
  179. Socket Bluetooth CF Card
  180. Say Y here to compile support for HCI DTL1 devices into the
  181. kernel or say M to compile it as module (dtl1_cs).
  182. config BT_HCIBT3C
  183. tristate "HCI BT3C (PC Card) driver"
  184. depends on PCMCIA
  185. select FW_LOADER
  186. help
  187. Bluetooth HCI BT3C (PC Card) driver.
  188. This driver provides support for Bluetooth PCMCIA devices with
  189. 3Com BT3C interface:
  190. 3Com Bluetooth Card (3CRWB6096)
  191. HP Bluetooth Card
  192. Say Y here to compile support for HCI BT3C devices into the
  193. kernel or say M to compile it as module (bt3c_cs).
  194. config BT_HCIBLUECARD
  195. tristate "HCI BlueCard (PC Card) driver"
  196. depends on PCMCIA
  197. help
  198. Bluetooth HCI BlueCard (PC Card) driver.
  199. This driver provides support for Bluetooth PCMCIA devices with
  200. Anycom BlueCard interface:
  201. Anycom Bluetooth PC Card
  202. Anycom Bluetooth CF Card
  203. Say Y here to compile support for HCI BlueCard devices into the
  204. kernel or say M to compile it as module (bluecard_cs).
  205. config BT_HCIBTUART
  206. tristate "HCI UART (PC Card) device driver"
  207. depends on PCMCIA
  208. help
  209. Bluetooth HCI UART (PC Card) driver.
  210. This driver provides support for Bluetooth PCMCIA devices with
  211. an UART interface:
  212. Xircom CreditCard Bluetooth Adapter
  213. Xircom RealPort2 Bluetooth Adapter
  214. Sphinx PICO Card
  215. H-Soft blue+Card
  216. Cyber-blue Compact Flash Card
  217. Say Y here to compile support for HCI UART devices into the
  218. kernel or say M to compile it as module (btuart_cs).
  219. config BT_HCIVHCI
  220. tristate "HCI VHCI (Virtual HCI device) driver"
  221. help
  222. Bluetooth Virtual HCI device driver.
  223. This driver is required if you want to use HCI Emulation software.
  224. Say Y here to compile support for virtual HCI devices into the
  225. kernel or say M to compile it as module (hci_vhci).
  226. config BT_MRVL
  227. tristate "Marvell Bluetooth driver support"
  228. help
  229. The core driver to support Marvell Bluetooth devices.
  230. This driver is required if you want to support
  231. Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897/8997.
  232. Say Y here to compile Marvell Bluetooth driver
  233. into the kernel or say M to compile it as module.
  234. config BT_MRVL_SDIO
  235. tristate "Marvell BT-over-SDIO driver"
  236. depends on BT_MRVL && MMC
  237. select FW_LOADER
  238. select WANT_DEV_COREDUMP
  239. help
  240. The driver for Marvell Bluetooth chipsets with SDIO interface.
  241. This driver is required if you want to use Marvell Bluetooth
  242. devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897/SD8997
  243. chipsets are supported.
  244. Say Y here to compile support for Marvell BT-over-SDIO driver
  245. into the kernel or say M to compile it as module.
  246. config BT_ATH3K
  247. tristate "Atheros firmware download driver"
  248. depends on BT_HCIBTUSB
  249. select FW_LOADER
  250. help
  251. Bluetooth firmware download driver.
  252. This driver loads the firmware into the Atheros Bluetooth
  253. chipset.
  254. Say Y here to compile support for "Atheros firmware download driver"
  255. into the kernel or say M to compile it as module (ath3k).
  256. config BT_WILINK
  257. tristate "Texas Instruments WiLink7 driver"
  258. depends on TI_ST
  259. help
  260. This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
  261. combo devices. This makes use of shared transport line discipline
  262. core driver to communicate with the BT core of the combo chip.
  263. Say Y here to compile support for Texas Instrument's WiLink7 driver
  264. into the kernel or say M to compile it as module (btwilink).
  265. endmenu