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