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
/
core
/
Kconfig
blob
24411f593060d1b43f87071e720a676c7149e61d
1
config EMPTY_SLOT
2
bool
3
4
config PTIMER
5
bool
6
7
config DEVICE_TREE
8
bool
9
# fail the build if libfdt not found
10
depends on FDT
11
12
config FITLOADER
13
bool
14
depends on DEVICE_TREE
15
16
config GENERIC_LOADER
17
bool
18
default y
19
20
config GUEST_LOADER
21
bool
22
default y
23
depends on TCG && DEVICE_TREE
24
25
config OR_IRQ
26
bool
27
28
config PLATFORM_BUS
29
bool
30
depends on DEVICE_TREE
31
32
config REGISTER
33
bool
34
35
config SPLIT_IRQ
36
bool