xref: /qemu/hw/block/Kconfig (revision 7cebff0d)
1config 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
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 TC58128
26    bool
27
28config NVME_PCI
29    bool
30    default y if PCI_DEVICES
31    depends on PCI
32
33config VIRTIO_BLK
34    bool
35    default y
36    depends on VIRTIO
37
38config 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
43
44config SWIM
45    bool
46