diff options
Diffstat (limited to 'hw/scsi/Kconfig')
-rw-r--r-- | hw/scsi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig index eb78478ef0..a3518a3754 100644 --- a/hw/scsi/Kconfig +++ b/hw/scsi/Kconfig @@ -19,8 +19,15 @@ config ESP config ESP_PCI bool +config SPAPR_VSCSI + bool + default y + depends on PSERIES + config VIRTIO_SCSI bool config VHOST_USER_SCSI bool + default y + depends on VHOST_USER && LINUX |