]> git.proxmox.com Git - mirror_qemu.git/blame - hw/scsi/Kconfig
block: fix recursion in hw/block/dataplane
[mirror_qemu.git] / hw / scsi / Kconfig
CommitLineData
82f51817
PB
1config SCSI
2 bool
3
4config LSI_SCSI_PCI
5 bool
7c28b925
PB
6 default y if PCI_DEVICES
7 depends on PCI
82f51817
PB
8
9config MPTSAS_SCSI_PCI
10 bool
7c28b925
PB
11 default y if PCI_DEVICES
12 depends on PCI
82f51817
PB
13
14config MEGASAS_SCSI_PCI
15 bool
7c28b925
PB
16 default y if PCI_DEVICES
17 depends on PCI
82f51817
PB
18
19config VMW_PVSCSI_SCSI_PCI
20 bool
7c28b925
PB
21 default y if PCI_DEVICES
22 depends on PCI
82f51817
PB
23
24config ESP
25 bool
26
27config ESP_PCI
28 bool
7c28b925
PB
29 default y if PCI_DEVICES
30 depends on PCI
31 select ESP
82f51817 32
e0e312f3
PB
33config SPAPR_VSCSI
34 bool
35 default y
36 depends on PSERIES
37
82f51817
PB
38config VIRTIO_SCSI
39 bool
40
41config VHOST_USER_SCSI
42 bool
e0e312f3
PB
43 default y
44 depends on VHOST_USER && LINUX