Skip to content

Commit

Permalink
Bluetooth: rtl8723bs BT bring up on kernel 4.4
Browse files Browse the repository at this point in the history
Change-Id: I13eff4c396331c5a73afba71014db2ad4da19f30
  • Loading branch information
Kirt Hsieh committed Nov 2, 2016
1 parent a826397 commit 5106d94
Show file tree
Hide file tree
Showing 13 changed files with 569 additions and 8,042 deletions.
2 changes: 1 addition & 1 deletion arch/arm/configs/miniarm-rk3288_defconfig
Expand Up @@ -130,7 +130,7 @@ CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_RTKH5=y
CONFIG_BT_HCIUART_3WIRE=y
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIVHCI=y
CONFIG_BT_MRVL=y
Expand Down
10 changes: 0 additions & 10 deletions drivers/bluetooth/Kconfig
Expand Up @@ -111,16 +111,6 @@ config BT_HCIUART_ATH3K

Say Y here to compile support for HCI UART ATH3K protocol.

config BT_HCIUART_RTKH5
bool "Realtek H5 protocol support"
depends on BT_HCIUART
help
Realtek H5 is serial protocol for communication
between Realtek Bluetooth device and host. This protocol is required for
Realtek uart h5 bluetooth controller

Say Y here to compile support for Realtek HCI H5 protocol.

config BT_HCIUART_LL
bool "HCILL protocol support"
depends on BT_HCIUART
Expand Down
1 change: 0 additions & 1 deletion drivers/bluetooth/Makefile
Expand Up @@ -33,7 +33,6 @@ hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
hci_uart-$(CONFIG_BT_HCIUART_RTKH5) += hci_rtk_h5.o rtk_coex.o
hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o
hci_uart-$(CONFIG_BT_HCIUART_BCM) += hci_bcm.o
hci_uart-$(CONFIG_BT_HCIUART_QCA) += hci_qca.o
Expand Down

0 comments on commit 5106d94

Please sign in to comment.