]> git.proxmox.com Git - mirror_qemu.git/blame - hw/block/Kconfig
xen-block: scale sector based quantities correctly
[mirror_qemu.git] / hw / block / Kconfig
CommitLineData
82f51817
PB
1config FDC
2 bool
dd0ff819
PB
3 # FIXME: there is no separate file for the MMIO floppy disk controller, so
4 # select ISA_BUS here instead of polluting each board that requires one
5 select ISA_BUS
82f51817
PB
6
7config SSI_M25P80
8 bool
9
10config NAND
11 bool
12
13config PFLASH_CFI01
14 bool
15
16config PFLASH_CFI02
17 bool
18
19config ECC
20 bool
21
22config ONENAND
23 bool
24
25config NVME_PCI
26 bool
7c28b925
PB
27 default y if PCI_DEVICES
28 depends on PCI
82f51817
PB
29
30config VIRTIO_BLK
31 bool
b42075bb
YZ
32 default y
33 depends on VIRTIO
82f51817
PB
34
35config VHOST_USER_BLK
36 bool
b42075bb
YZ
37 # Only PCI devices are provided for now
38 default y if VIRTIO_PCI
39 depends on VIRTIO && VHOST_USER && LINUX