Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / block / Kconfig
blobf4a581201a84468e78babef77b0c5434de6b4bd4
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 # TODO: Fix PFLASH (needed for devices which allow both CFI01 and CFI02)
20 #config PFLASH
21 #    bool
23 config PFLASH_CFI01
24     bool
26 config PFLASH_CFI02
27     bool
29 config ECC
30     bool
32 config ONENAND
33     bool
35 config TC58128
36     bool
38 config VIRTIO_BLK
39     bool
40     default y
41     depends on VIRTIO
43 config VHOST_USER_BLK
44     bool
45     # Only PCI devices are provided for now
46     default y if VIRTIO_PCI
47     depends on VIRTIO && VHOST_USER && LINUX
49 config SWIM
50     bool