Kconfig 10 KB

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