Skip to content

Commit 83e8196

Browse files
BenKimholtmann
authored andcommitted
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent fa14222 commit 83e8196

File tree

4 files changed

+532
-0
lines changed

4 files changed

+532
-0
lines changed

drivers/bluetooth/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ config BT_RTL
1313
tristate
1414
select FW_LOADER
1515

16+
config BT_QCA
17+
tristate
18+
select FW_LOADER
19+
1620
config BT_HCIBTUSB
1721
tristate "HCI USB driver"
1822
depends on USB

drivers/bluetooth/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ obj-$(CONFIG_BT_MRVL_SDIO) += btmrvl_sdio.o
2222
obj-$(CONFIG_BT_WILINK) += btwilink.o
2323
obj-$(CONFIG_BT_BCM) += btbcm.o
2424
obj-$(CONFIG_BT_RTL) += btrtl.o
25+
obj-$(CONFIG_BT_QCA) += btqca.o
2526

2627
btmrvl-y := btmrvl_main.o
2728
btmrvl-$(CONFIG_DEBUG_FS) += btmrvl_debugfs.o

0 commit comments

Comments
 (0)