]> Git Repo - qemu.git/blob - hw/block/Kconfig
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / block / Kconfig
1 config FDC
2     bool
3
4 config FDC_ISA
5     bool
6     depends on ISA_BUS
7     select FDC
8
9 config FDC_SYSBUS
10     bool
11     select FDC
12
13 config SSI_M25P80
14     bool
15
16 config NAND
17     bool
18
19 config PFLASH_CFI01
20     bool
21
22 config PFLASH_CFI02
23     bool
24
25 config ECC
26     bool
27
28 config ONENAND
29     bool
30
31 config TC58128
32     bool
33
34 config VIRTIO_BLK
35     bool
36     default y
37     depends on VIRTIO
38
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
44
45 config SWIM
46     bool
This page took 0.026717 seconds and 4 git commands to generate.