xref: /openbmc/qemu/hw/block/Kconfig (revision 2e1cacfb)
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 VIRTIO_BLK
26    bool
27    default y
28    depends on VIRTIO
29
30config VHOST_USER_BLK
31    bool
32    # Only PCI devices are provided for now
33    default y if VIRTIO_PCI
34    depends on VIRTIO && VHOST_USER && LINUX
35
36config SWIM
37    bool
38