summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorBen Young Tae Kim <ytkim@qca.qualcomm.com>2015-08-10 14:24:12 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-08-10 23:52:20 +0200
commit83e81961ff7ef75f97756f316caea5aa6bcc19cc (patch)
treedcc4bad3f44bcda3eaf3c1b2d6e94be057f5512b /drivers/bluetooth/Kconfig
parentfa1422207756833096b54356a539e3a7d7edec4f (diff)
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