[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20220630202700.18187-1-mst@redhat.com>
Date: Thu, 30 Jun 2022 16:27:07 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Marcel Holtmann <marcel@...tmann.org>,
Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
linux-bluetooth@...r.kernel.org
Subject: [PATCH] Bluetooth: virtio_bt: mark broken
Issues around the driver are not addressed
- issues around device removal:
https://lore.kernel.org/r/20211125174200.133230-1-mst%40redhat.com
- no spec
- no QEMU support
Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
---
drivers/bluetooth/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index e30707405455..c5bb105416bd 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -435,6 +435,7 @@ config BT_HCIRSI
config BT_VIRTIO
tristate "Virtio Bluetooth driver"
depends on VIRTIO
+ depends on BROKEN
help
Virtio Bluetooth support driver.
This driver supports Virtio Bluetooth devices.
--
MST
Powered by blists - more mailing lists