repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/riscv: sifive_u: Add a dummy L2 cache controller device
[qemu/ar7.git]
/
Kconfig.host
blob
a6d871c399d000cafc99b0427ea025e1b8b99c9c
1
# These are "proxy" symbols used to pass config-host.mak values
2
# down to Kconfig. See also MINIKCONF_ARGS in the Makefile:
3
# these two need to be kept in sync.
4
5
config LINUX
6
bool
7
8
config OPENGL
9
bool
10
11
config X11
12
bool
13
14
config SPICE
15
bool
16
17
config IVSHMEM
18
bool
19
20
config TPM
21
bool
22
23
config VHOST_USER
24
bool
25
select VHOST
26
27
config VHOST_KERNEL
28
bool
29
select VHOST
30
31
config VIRTFS
32
bool
33
34
config PVRDMA
35
bool