[PATCH] Bluetooth: virtio_bt: mark broken

Michael S. Tsirkin posted 1 patch 3 years, 9 months ago
drivers/bluetooth/Kconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] Bluetooth: virtio_bt: mark broken
Posted by Michael S. Tsirkin 3 years, 9 months ago
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@redhat.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