Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
[qemu/ar7.git] / hw / block / Kconfig
blob4fcd152166840118ce1ce4ab9277ea7d97f2f8cc
1 config FDC
2     bool
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
7 config SSI_M25P80
8     bool
10 config NAND
11     bool
13 config PFLASH_CFI01
14     bool
16 config PFLASH_CFI02
17     bool
19 config ECC
20     bool
22 config ONENAND
23     bool
25 config TC58128
26     bool
28 config NVME_PCI
29     bool
30     default y if PCI_DEVICES
31     depends on PCI
33 config VIRTIO_BLK
34     bool
35     default y
36     depends on VIRTIO
38 config VHOST_USER_BLK
39     bool
40     # Only PCI devices are provided for now
41     default y if VIRTIO_PCI
42     depends on VIRTIO && VHOST_USER && LINUX
44 config SWIM
45     bool