diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-26 08:22:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-27 16:05:37 +0100 |
commit | dcb3855e2a4a96e07770ac603ab7c6a6b71bb262 (patch) | |
tree | 7cc9f2b6d540a7fec1aeb3eee6c854a92af65be7 /drivers/bluetooth | |
parent | eace490809a40e246349542f92610e0953c0237b (diff) | |
download | linux-stable-dcb3855e2a4a96e07770ac603ab7c6a6b71bb262.tar.gz linux-stable-dcb3855e2a4a96e07770ac603ab7c6a6b71bb262.tar.bz2 linux-stable-dcb3855e2a4a96e07770ac603ab7c6a6b71bb262.zip |
Revert "Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV"
This reverts commit 209c27b04ccc679bd7da0b84c2144733ce79c8a3 which is
commit 6c3711ec64fd23a9abc8aaf59a9429569a6282df upstream.
You Ling writes that this config option isn't even in 3.18.y yet, so it
causes a regression. Revert the patch because of this.
Reported-by: youling 257 <youling257@gmail.com>
Cc: Johan Hedberg <johan.hedberg@intel.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index d59123d39e87..4547dc238fc7 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -85,7 +85,6 @@ config BT_HCIUART_LL config BT_HCIUART_3WIRE bool "Three-wire UART (H5) protocol support" depends on BT_HCIUART - depends on BT_HCIUART_SERDEV help The HCI Three-wire UART Transport Layer makes it possible to user the Bluetooth HCI over a serial port interface. The HCI |