]> git.proxmox.com Git - mirror_qemu.git/blob - hw/block/Kconfig
build: convert pci.mak to Kconfig
[mirror_qemu.git] / hw / block / Kconfig
1 config FDC
2 bool
3
4 config SSI_M25P80
5 bool
6
7 config NAND
8 bool
9
10 config PFLASH_CFI01
11 bool
12
13 config PFLASH_CFI02
14 bool
15
16 config ECC
17 bool
18
19 config ONENAND
20 bool
21
22 config NVME_PCI
23 bool
24 default y if PCI_DEVICES
25 depends on PCI
26
27 config VIRTIO_BLK
28 bool
29
30 config VHOST_USER_BLK
31 bool
32 default y
33 depends on VHOST_USER && LINUX