diff options
author | Ben Young Tae Kim <ytkim@qca.qualcomm.com> | 2015-08-11 00:24:12 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-08-11 00:52:20 +0300 |
commit | 83e81961ff7ef75f97756f316caea5aa6bcc19cc (patch) | |
tree | dcc4bad3f44bcda3eaf3c1b2d6e94be057f5512b /drivers/bluetooth/Kconfig | |
parent | fa1422207756833096b54356a539e3a7d7edec4f (diff) | |
download | linux-83e81961ff7ef75f97756f316caea5aa6bcc19cc.tar.xz |
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/Kconfig | 4 |
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 |