summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorBen Young Tae Kim2015-08-10 23:24:12 +0200
committerMarcel Holtmann2015-08-10 23:52:20 +0200
commit83e81961ff7ef75f97756f316caea5aa6bcc19cc (patch)
treedcc4bad3f44bcda3eaf3c1b2d6e94be057f5512b /drivers/bluetooth/Kconfig
parentBluetooth: Enable new connection establishment procedure. (diff)
downloadkernel-qcow2-linux-83e81961ff7ef75f97756f316caea5aa6bcc19cc.tar.gz
kernel-qcow2-linux-83e81961ff7ef75f97756f316caea5aa6bcc19cc.tar.xz
kernel-qcow2-linux-83e81961ff7ef75f97756f316caea5aa6bcc19cc.zip
Bluetooth: btqca: Introduce generic QCA ROME support
This is for supporting BT for QCA ROME with vendor specific HCI commands and initialization on the chip. This will have USB/UART implementation both, but for now, adding UART vendor specific commands to patch downloading and set Bluetooth device address using vendor specific command. Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 79e8234b1aa5..f5803345e305 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -13,6 +13,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