diff options
Diffstat (limited to 'hw/scsi/Kconfig')
-rw-r--r-- | hw/scsi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig index e7b34dc..1feab84 100644 --- a/hw/scsi/Kconfig +++ b/hw/scsi/Kconfig @@ -48,13 +48,19 @@ config VIRTIO_SCSI depends on VIRTIO select SCSI +config VHOST_SCSI_COMMON + bool + depends on VIRTIO + config VHOST_SCSI bool default y + select VHOST_SCSI_COMMON depends on VIRTIO && VHOST_KERNEL config VHOST_USER_SCSI bool # Only PCI devices are provided for now default y if VIRTIO_PCI + select VHOST_SCSI_COMMON depends on VIRTIO && VHOST_USER && LINUX |