repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
hw
/
block
/
Kconfig
blob
a898e04f03b7d46e88fff44456e010105586b083
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 VIRTIO_BLK
26
bool
27
default y
28
depends on VIRTIO
29
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
35
36
config SWIM
37
bool