diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2019-10-03 15:41:47 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-10-16 21:12:52 +0200 |
commit | 54976bc700ce8bf945b4d9bb587fd9a2aa607b93 (patch) | |
tree | ca0c2799b4cf71bd450d6fed2d9c1a0179a378fe /drivers/bluetooth/Kconfig | |
parent | Bluetooth: missed cpu_to_le16 conversion in hci_init4_req (diff) | |
download | linux-54976bc700ce8bf945b4d9bb587fd9a2aa607b93.tar.xz linux-54976bc700ce8bf945b4d9bb587fd9a2aa607b93.zip |
Bluetooth: btwilink: drop superseded driver
All users of this driver have been converted to the serdev based
hci_ll driver. The unused driver can be safely dropped now.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index aae665a3a254..f7aa2dc1ff85 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -380,17 +380,6 @@ config BT_ATH3K Say Y here to compile support for "Atheros firmware download driver" into the kernel or say M to compile it as module (ath3k). -config BT_WILINK - tristate "Texas Instruments WiLink7 driver" - depends on TI_ST - help - This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS - combo devices. This makes use of shared transport line discipline - core driver to communicate with the BT core of the combo chip. - - Say Y here to compile support for Texas Instrument's WiLink7 driver - into the kernel or say M to compile it as module (btwilink). - config BT_MTKSDIO tristate "MediaTek HCI SDIO driver" depends on MMC |