Kconfig 8.6 KB

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