aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/scsi/Kconfig')
-rw-r--r--hw/scsi/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig
index b9cf269764..b3ba540c17 100644
--- a/hw/scsi/Kconfig
+++ b/hw/scsi/Kconfig
@@ -43,10 +43,12 @@ config SPAPR_VSCSI
config VIRTIO_SCSI
bool
+ default y
+ depends on VIRTIO
select SCSI
config VHOST_USER_SCSI
bool
# Only PCI devices are provided for now
default y if VIRTIO_PCI
- depends on VHOST_USER && LINUX
+ depends on VIRTIO && VHOST_USER && LINUX