]> git.proxmox.com Git - mirror_qemu.git/blame - hw/scsi/Kconfig
migration: remove sent parameter in get_queued_page_not_dirty
[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
03b348bd 8 select SCSI
82f51817
PB
9
10config MPTSAS_SCSI_PCI
11 bool
7c28b925
PB
12 default y if PCI_DEVICES
13 depends on PCI
03b348bd 14 select SCSI
82f51817
PB
15
16config MEGASAS_SCSI_PCI
17 bool
7c28b925
PB
18 default y if PCI_DEVICES
19 depends on PCI
03b348bd 20 select SCSI
82f51817
PB
21
22config VMW_PVSCSI_SCSI_PCI
23 bool
7c28b925
PB
24 default y if PCI_DEVICES
25 depends on PCI
03b348bd 26 select SCSI
82f51817
PB
27
28config ESP
29 bool
03b348bd 30 select SCSI
82f51817
PB
31
32config ESP_PCI
33 bool
7c28b925
PB
34 default y if PCI_DEVICES
35 depends on PCI
36 select ESP
82f51817 37
e0e312f3
PB
38config SPAPR_VSCSI
39 bool
40 default y
41 depends on PSERIES
03b348bd 42 select SCSI
e0e312f3 43
82f51817
PB
44config VIRTIO_SCSI
45 bool
b42075bb
YZ
46 default y
47 depends on VIRTIO
03b348bd 48 select SCSI
82f51817
PB
49
50config VHOST_USER_SCSI
51 bool
03b348bd
PB
52 # Only PCI devices are provided for now
53 default y if VIRTIO_PCI
b42075bb 54 depends on VIRTIO && VHOST_USER && LINUX