Bluetooth: btbcm: Read the local name in setup stage
[firefly-linux-kernel-4.4.55.git] / drivers / bluetooth / Kconfig
index 2e777071e1dcb8bd544a16aedd58ca28ad2f43bc..62999546a301c33f5a9289615a803421b9a744ea 100644 (file)
@@ -4,6 +4,7 @@ menu "Bluetooth device drivers"
 
 config BT_INTEL
        tristate
+       select REGMAP
 
 config BT_BCM
        tristate
@@ -13,6 +14,10 @@ config BT_RTL
        tristate
        select FW_LOADER
 
+config BT_QCA
+       tristate
+       select FW_LOADER
+
 config BT_HCIBTUSB
        tristate "HCI USB driver"
        depends on USB
@@ -132,6 +137,7 @@ config BT_HCIUART_3WIRE
 config BT_HCIUART_INTEL
        bool "Intel protocol support"
        depends on BT_HCIUART
+       select BT_HCIUART_H4
        select BT_INTEL
        help
          The Intel protocol support enables Bluetooth HCI over serial
@@ -150,6 +156,19 @@ config BT_HCIUART_BCM
 
          Say Y here to compile support for Broadcom protocol.
 
+config BT_HCIUART_QCA
+       bool "Qualcomm Atheros protocol support"
+       depends on BT_HCIUART
+       select BT_HCIUART_H4
+       select BT_QCA
+       help
+         The Qualcomm Atheros protocol supports HCI In-Band Sleep feature
+         over serial port interface(H4) between controller and host.
+         This protocol is required for UART clock control for QCA Bluetooth
+         devices.
+
+         Say Y here to compile support for QCA protocol.
+
 config BT_HCIBCM203X
        tristate "HCI BCM203x USB driver"
        depends on USB
@@ -257,7 +276,7 @@ config BT_MRVL
          The core driver to support Marvell Bluetooth devices.
 
          This driver is required if you want to support
-         Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897.
+         Marvell Bluetooth devices, such as 8688/8787/8797/8887/8897/8997.
 
          Say Y here to compile Marvell Bluetooth driver
          into the kernel or say M to compile it as module.
@@ -271,7 +290,7 @@ config BT_MRVL_SDIO
          The driver for Marvell Bluetooth chipsets with SDIO interface.
 
          This driver is required if you want to use Marvell Bluetooth
-         devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897
+         devices with SDIO interface. Currently SD8688/SD8787/SD8797/SD8887/SD8897/SD8997
          chipsets are supported.
 
          Say Y here to compile support for Marvell BT-over-SDIO driver