summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorMarcel Holtmann2018-08-09 10:33:07 +0200
committerJohan Hedberg2018-08-09 19:48:10 +0200
commitb9763cdfd4a91a34f95ccc5e881ff2aa366197ef (patch)
tree3818450c6e97a1b231af605a176da2ae741a6a5d /drivers/bluetooth/Kconfig
parentMAINTAINERS: add an entry for MediaTek Bluetooth driver (diff)
downloadkernel-qcow2-linux-b9763cdfd4a91a34f95ccc5e881ff2aa366197ef.tar.gz
kernel-qcow2-linux-b9763cdfd4a91a34f95ccc5e881ff2aa366197ef.tar.xz
kernel-qcow2-linux-b9763cdfd4a91a34f95ccc5e881ff2aa366197ef.zip
Bluetooth: Introduce BT_HCIUART_RTL configuration option
Like all the other UART protocols, introduce a configuration option for Realtek based serial devices. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index c3736103c2ac..2df11cc08a46 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -195,6 +195,19 @@ config BT_HCIUART_BCM
Say Y here to compile support for Broadcom protocol.
+config BT_HCIUART_RTL
+ bool "Realtek protocol support"
+ depends on BT_HCIUART
+ depends on BT_HCIUART_SERDEV
+ depends on GPIOLIB
+ select BT_HCIUART_3WIRE
+ select BT_RTL
+ help
+ The Realtek protocol support enables Bluetooth HCI over 3-Wire
+ serial port internface for Realtek Bluetooth controllers.
+
+ Say Y here to compile support for Realtek protocol.
+
config BT_HCIUART_QCA
bool "Qualcomm Atheros protocol support"
depends on BT_HCIUART