diff options
author | Thierry Escande <thierry.escande@linaro.org> | 2018-03-29 21:15:24 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-05-18 06:37:51 +0200 |
commit | 05ba533c5c1155839cf1538085b67488f1d3d308 (patch) | |
tree | 1edadf144e1dc829c68dcb852b4ada4d1ca0b1f5 /drivers/bluetooth/Kconfig | |
parent | 52b0900f6fb4dfd92bdf1db3e8e380f572549272 (diff) | |
download | linux-05ba533c5c1155839cf1538085b67488f1d3d308.tar.gz linux-05ba533c5c1155839cf1538085b67488f1d3d308.tar.bz2 linux-05ba533c5c1155839cf1538085b67488f1d3d308.zip |
Bluetooth: hci_qca: Add serdev support
Add support for Qualcomm serial slave devices. Probe the serial device,
retrieve its maximum speed and register a new hci uart device.
Signed-off-by: Thierry Escande <thierry.escande@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
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 010f5f579e68..f3c643a0473c 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -197,6 +197,7 @@ config BT_HCIUART_BCM config BT_HCIUART_QCA bool "Qualcomm Atheros protocol support" depends on BT_HCIUART + depends on BT_HCIUART_SERDEV select BT_HCIUART_H4 select BT_QCA help |