]> Git Repo - qemu.git/blame - hw/block/Kconfig
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / block / Kconfig
CommitLineData
82f51817
PB
1config FDC
2 bool
72ea60e4
PMD
3
4config FDC_ISA
5 bool
6 depends on ISA_BUS
7 select FDC
82f51817 8
1430759e
PMD
9config FDC_SYSBUS
10 bool
11 select FDC
12
82f51817
PB
13config SSI_M25P80
14 bool
15
16config NAND
17 bool
18
19config PFLASH_CFI01
20 bool
21
22config PFLASH_CFI02
23 bool
24
25config ECC
26 bool
27
28config ONENAND
29 bool
30
475e70bd
PMD
31config TC58128
32 bool
33
82f51817
PB
34config VIRTIO_BLK
35 bool
b42075bb
YZ
36 default y
37 depends on VIRTIO
82f51817
PB
38
39config VHOST_USER_BLK
40 bool
b42075bb
YZ
41 # Only PCI devices are provided for now
42 default y if VIRTIO_PCI
43 depends on VIRTIO && VHOST_USER && LINUX
c701ec62
LV
44
45config SWIM
46 bool
This page took 0.17721 seconds and 5 git commands to generate.