xref: /qemu/hw/block/Kconfig (revision 3e82ddaa8db260a232dbbbf488d8ac7851d124c5)
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 PFLASH_CFI01
17    bool
18
19config PFLASH_CFI02
20    bool
21
22config VIRTIO_BLK
23    bool
24    default y
25    depends on VIRTIO
26
27config VHOST_USER_BLK
28    bool
29    # Only PCI devices are provided for now
30    default y if VIRTIO_PCI
31    depends on VIRTIO && VHOST_USER && LINUX
32
33config SWIM
34    bool
35