Skip to content

Commit

Permalink
Bluetooth: btqca: Introduce generic QCA ROME support
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
BenKim authored and holtmann committed Aug 10, 2015
1 parent fa14222 commit 83e8196
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/bluetooth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ obj-$(CONFIG_BT_MRVL_SDIO) += btmrvl_sdio.o
obj-$(CONFIG_BT_WILINK) += btwilink.o
obj-$(CONFIG_BT_BCM) += btbcm.o
obj-$(CONFIG_BT_RTL) += btrtl.o
obj-$(CONFIG_BT_QCA) += btqca.o

btmrvl-y := btmrvl_main.o
btmrvl-$(CONFIG_DEBUG_FS) += btmrvl_debugfs.o
Expand Down
Loading

0 comments on commit 83e8196

Please sign in to comment.