]> git.proxmox.com Git - mirror_qemu.git/blame - hw/scsi/Kconfig
hw/pci/Makefile.objs: make pcie configurable
[mirror_qemu.git] / hw / scsi / Kconfig
CommitLineData
82f51817
PB
1config SCSI
2 bool
3
4config LSI_SCSI_PCI
5 bool
6
7config MPTSAS_SCSI_PCI
8 bool
9
10config MEGASAS_SCSI_PCI
11 bool
12
13config VMW_PVSCSI_SCSI_PCI
14 bool
15
16config ESP
17 bool
18
19config ESP_PCI
20 bool
21
e0e312f3
PB
22config SPAPR_VSCSI
23 bool
24 default y
25 depends on PSERIES
26
82f51817
PB
27config VIRTIO_SCSI
28 bool
29
30config VHOST_USER_SCSI
31 bool
e0e312f3
PB
32 default y
33 depends on VHOST_USER && LINUX