Kconfig 7.6 KB

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