Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' into...
[qemu/ar7.git] / hw / scsi / Kconfig
blobb3ba540c171b2180258d146d03e483ffe895eef3
1 config SCSI
2     bool
4 config LSI_SCSI_PCI
5     bool
6     default y if PCI_DEVICES
7     depends on PCI
8     select SCSI
10 config MPTSAS_SCSI_PCI
11     bool
12     default y if PCI_DEVICES
13     depends on PCI
14     select SCSI
16 config MEGASAS_SCSI_PCI
17     bool
18     default y if PCI_DEVICES
19     depends on PCI
20     select SCSI
22 config VMW_PVSCSI_SCSI_PCI
23     bool
24     default y if PCI_DEVICES
25     depends on PCI
26     select SCSI
28 config ESP
29     bool
30     select SCSI
32 config ESP_PCI
33     bool
34     default y if PCI_DEVICES
35     depends on PCI
36     select ESP
38 config SPAPR_VSCSI
39     bool
40     default y
41     depends on PSERIES
42     select SCSI
44 config VIRTIO_SCSI
45     bool
46     default y
47     depends on VIRTIO
48     select SCSI
50 config VHOST_USER_SCSI
51     bool
52     # Only PCI devices are provided for now
53     default y if VIRTIO_PCI
54     depends on VIRTIO && VHOST_USER && LINUX