Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / hw / block / Kconfig
bloba898e04f03b7d46e88fff44456e010105586b083
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 VIRTIO_BLK
26     bool
27     default y
28     depends on VIRTIO
30 config 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
36 config SWIM
37     bool