Update GitHub action for new Meson based build
[qemu/ar7.git] / hw / block / Kconfig
blobfeeaa952a53f6f7c33b534a3300af6d10420f6fb
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 # TODO: Fix PFLASH (needed for devices which allow both CFI01 and CFI02)
14 #config PFLASH
15 #    bool
17 config PFLASH_CFI01
18     bool
20 config PFLASH_CFI02
21     bool
23 config ECC
24     bool
26 config ONENAND
27     bool
29 config NVME_PCI
30     bool
31     default y if PCI_DEVICES
32     depends on PCI
34 config VIRTIO_BLK
35     bool
36     default y
37     depends on VIRTIO
39 config VHOST_USER_BLK
40     bool
41     # Only PCI devices are provided for now
42     default y if VIRTIO_PCI
43     depends on VIRTIO && VHOST_USER && LINUX
45 config SWIM
46     bool