Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / hw / block / Kconfig
blob9e8f28f9824727d834b09835d8d231a8cb6e5a70
1 config FDC
2     bool
4 config FDC_ISA
5     bool
6     depends on ISA_BUS
7     select FDC
9 config FDC_SYSBUS
10     bool
11     select FDC
13 config SSI_M25P80
14     bool
16 config NAND
17     bool
19 config PFLASH_CFI01
20     bool
22 config PFLASH_CFI02
23     bool
25 config ECC
26     bool
28 config ONENAND
29     bool
31 config TC58128
32     bool
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