Kconfig 9.4 KB

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