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@xxxxxxxxxx> --- 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