Skip to content

Commit 216c7fa

Browse files
huweiguorkhuangtao
authored andcommitted
Bluetooth: update rtk_btusb driver to v 4.1.2
Change-Id: I3627b1938c734cfe4ce32c269798037dc1ff8a32 Signed-off-by: huweiguo <[email protected]>
1 parent 2c7a28a commit 216c7fa

File tree

4 files changed

+3583
-2610
lines changed

4 files changed

+3583
-2610
lines changed

drivers/bluetooth/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ config BT_QCA
1818
tristate
1919
select FW_LOADER
2020

21+
config BT_RTKBTUSB
22+
tristate "RTK HCI USB driver"
23+
depends on USB
24+
help
25+
RTK Bluetooth HCI USB driver
26+
2127
config BT_HCIBTUSB
2228
tristate "HCI USB driver"
2329
depends on USB

drivers/bluetooth/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ obj-$(CONFIG_BT_HCIBLUECARD) += bluecard_cs.o
1313
obj-$(CONFIG_BT_HCIBTUART) += btuart_cs.o
1414

1515
obj-$(CONFIG_BT_HCIBTUSB) += btusb.o
16+
obj-$(CONFIG_BT_RTKBTUSB) += rtk_btusb.o
1617
obj-$(CONFIG_BT_HCIBTSDIO) += btsdio.o
1718

1819
obj-$(CONFIG_BT_INTEL) += btintel.o

0 commit comments

Comments
 (0)