diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2019-06-14 09:23:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-07-06 12:53:56 +0200 |
commit | be70e5e774a616ad43e63c0b42c2f6e2709dbf3b (patch) | |
tree | 8ab7647c92512cd97b27fc41952db80a090e0210 /drivers/bluetooth/Kconfig | |
parent | a55b896455f558075197d89e026c91fcea263627 (diff) | |
download | linux-be70e5e774a616ad43e63c0b42c2f6e2709dbf3b.tar.gz linux-be70e5e774a616ad43e63c0b42c2f6e2709dbf3b.tar.bz2 linux-be70e5e774a616ad43e63c0b42c2f6e2709dbf3b.zip |
Bluetooth: hci_mrvl: Add serdev support
This adds serdev support to the Marvell hci uart driver. Only basic
serdev support, none of the fancier features like regulator or enable
GPIO support is added for now.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index b9c34ff9a0d3..a3fafd781aa1 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -237,6 +237,7 @@ config BT_HCIUART_AG6XX config BT_HCIUART_MRVL bool "Marvell protocol support" depends on BT_HCIUART + depends on BT_HCIUART_SERDEV select BT_HCIUART_H4 help Marvell is serial protocol for communication between Bluetooth |