diff mbox series

Bluetooth: virtio_bt: mark broken

Message ID 20220630202700.18187-1-mst@redhat.com
State New
Headers show
Series Bluetooth: virtio_bt: mark broken | expand

Commit Message

Michael S. Tsirkin June 30, 2022, 8:27 p.m. UTC
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 mbox series

Patch

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.