xref: /openbmc/qemu/hw/block/Kconfig (revision 26111a30)
1config FDC
2    bool
3
4config FDC_ISA
5    bool
6    depends on ISA_BUS
7    select FDC
8
9config FDC_SYSBUS
10    bool
11    select FDC
12
13config SSI_M25P80
14    bool
15
16config NAND
17    bool
18
19config PFLASH_CFI01
20    bool
21
22config PFLASH_CFI02
23    bool
24
25config ECC
26    bool
27
28config ONENAND
29    bool
30
31config VIRTIO_BLK
32    bool
33    default y
34    depends on VIRTIO
35
36config VHOST_USER_BLK
37    bool
38    # Only PCI devices are provided for now
39    default y if VIRTIO_PCI
40    depends on VIRTIO && VHOST_USER && LINUX
41
42config SWIM
43    bool
44