Kconfig 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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_HCIUART_AG6XX
  141. bool "Intel AG6XX protocol support"
  142. depends on BT_HCIUART
  143. select BT_HCIUART_H4
  144. select BT_INTEL
  145. help
  146. The Intel/AG6XX protocol support enables Bluetooth HCI over serial
  147. port interface for Intel ibt 2.1 Bluetooth controllers.
  148. Say Y here to compile support for Intel AG6XX protocol.
  149. config BT_HCIBCM203X
  150. tristate "HCI BCM203x USB driver"
  151. depends on USB
  152. select FW_LOADER
  153. help
  154. Bluetooth HCI BCM203x USB driver.
  155. This driver provides the firmware loading mechanism for the Broadcom
  156. Blutonium based devices.
  157. Say Y here to compile support for HCI BCM203x devices into the
  158. kernel or say M to compile it as module (bcm203x).
  159. config BT_HCIBPA10X
  160. tristate "HCI BPA10x USB driver"
  161. depends on USB && BT_HCIUART
  162. select BT_HCIUART_H4
  163. help
  164. Bluetooth HCI BPA10x USB driver.
  165. This driver provides support for the Digianswer BPA 100/105 Bluetooth
  166. sniffer devices.
  167. Say Y here to compile support for HCI BPA10x devices into the
  168. kernel or say M to compile it as module (bpa10x).
  169. config BT_HCIBFUSB
  170. tristate "HCI BlueFRITZ! USB driver"
  171. depends on USB
  172. select FW_LOADER
  173. help
  174. Bluetooth HCI BlueFRITZ! USB driver.
  175. This driver provides support for Bluetooth USB devices with AVM
  176. interface:
  177. AVM BlueFRITZ! USB
  178. Say Y here to compile support for HCI BFUSB devices into the
  179. kernel or say M to compile it as module (bfusb).
  180. config BT_HCIDTL1
  181. tristate "HCI DTL1 (PC Card) driver"
  182. depends on PCMCIA
  183. help
  184. Bluetooth HCI DTL1 (PC Card) driver.
  185. This driver provides support for Bluetooth PCMCIA devices with
  186. Nokia DTL1 interface:
  187. Nokia Bluetooth Card
  188. Socket Bluetooth CF Card
  189. Say Y here to compile support for HCI DTL1 devices into the
  190. kernel or say M to compile it as module (dtl1_cs).
  191. config BT_HCIBT3C
  192. tristate "HCI BT3C (PC Card) driver"
  193. depends on PCMCIA
  194. select FW_LOADER
  195. help
  196. Bluetooth HCI BT3C (PC Card) driver.
  197. This driver provides support for Bluetooth PCMCIA devices with
  198. 3Com BT3C interface:
  199. 3Com Bluetooth Card (3CRWB6096)
  200. HP Bluetooth Card
  201. Say Y here to compile support for HCI BT3C devices into the
  202. kernel or say M to compile it as module (bt3c_cs).
  203. config BT_HCIBLUECARD
  204. tristate "HCI BlueCard (PC Card) driver"
  205. depends on PCMCIA
  206. help
  207. Bluetooth HCI BlueCard (PC Card) driver.
  208. This driver provides support for Bluetooth PCMCIA devices with
  209. Anycom BlueCard interface:
  210. Anycom Bluetooth PC Card
  211. Anycom Bluetooth CF Card
  212. Say Y here to compile support for HCI BlueCard devices into the
  213. kernel or say M to compile it as module (bluecard_cs).
  214. config BT_HCIBTUART
  215. tristate "HCI UART (PC Card) device driver"
  216. depends on PCMCIA
  217. help
  218. Bluetooth HCI UART (PC Card) driver.
  219. This driver provides support for Bluetooth PCMCIA devices with
  220. an UART interface:
  221. Xircom CreditCard Bluetooth Adapter
  222. Xircom RealPort2 Bluetooth Adapter
  223. Sphinx PICO Card
  224. H-Soft blue+Card
  225. Cyber-blue Compact Flash Card
  226. Say Y here to compile support for HCI UART devices into the
  227. kernel or say M to compile it as module (btuart_cs).
  228. config BT_HCIVHCI
  229. tristate "HCI VHCI (Virtual HCI device) driver"
  230. help
  231. Bluetooth Virtual HCI device driver.
  232. This driver is required if you want to use HCI Emulation software.
  233. Say Y here to compile support for virtual HCI devices into the
  234. kernel or say M to compile it as module (hci_vhci).
  235. config BT_MRVL
  236. tristate "Marvell Bluetooth driver support"
  237. help
  238. The core driver to support Marvell Bluetooth devices.
  239. This driver is required if you want to support
  240. Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897/8997.
  241. Say Y here to compile Marvell Bluetooth driver
  242. into the kernel or say M to compile it as module.
  243. config BT_MRVL_SDIO
  244. tristate "Marvell BT-over-SDIO driver"
  245. depends on BT_MRVL && MMC
  246. select FW_LOADER
  247. select WANT_DEV_COREDUMP
  248. help
  249. The driver for Marvell Bluetooth chipsets with SDIO interface.
  250. This driver is required if you want to use Marvell Bluetooth
  251. devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897/SD8997
  252. chipsets are supported.
  253. Say Y here to compile support for Marvell BT-over-SDIO driver
  254. into the kernel or say M to compile it as module.
  255. config BT_ATH3K
  256. tristate "Atheros firmware download driver"
  257. depends on BT_HCIBTUSB
  258. select FW_LOADER
  259. help
  260. Bluetooth firmware download driver.
  261. This driver loads the firmware into the Atheros Bluetooth
  262. chipset.
  263. Say Y here to compile support for "Atheros firmware download driver"
  264. into the kernel or say M to compile it as module (ath3k).
  265. config BT_WILINK
  266. tristate "Texas Instruments WiLink7 driver"
  267. depends on TI_ST
  268. help
  269. This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS
  270. combo devices. This makes use of shared transport line discipline
  271. core driver to communicate with the BT core of the combo chip.
  272. Say Y here to compile support for Texas Instrument's WiLink7 driver
  273. into the kernel or say M to compile it as module (btwilink).
  274. endmenu