summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@gmail.com>2017-08-17 19:59:51 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-08-17 21:44:55 +0200
commit33cd149e767be9afbab9fcd3d5165a2de62313c8 (patch)
treebfcb2838495a8bb79011b8adb2c28dd7449eaa70 /drivers/bluetooth/Kconfig
parente76dc1dd0065a6bc6fbda062b96d6df817a21c1c (diff)
Bluetooth: hci_bcm: Add serdev support
Add basic support for Broadcom serial slave devices. Probe the serial device, retrieve its maximum speed and register a new hci uart device. Tested/compatible with bcm43438 (RPi3). Signed-off-by: Loic Poulain <loic.poulain@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 3a6ead603e49..fae5a74dc737 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -168,6 +168,7 @@ config BT_HCIUART_INTEL
config BT_HCIUART_BCM
bool "Broadcom protocol support"
depends on BT_HCIUART
+ depends on BT_HCIUART_SERDEV
select BT_HCIUART_H4
select BT_BCM
help