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
arm/mcimx7d-sabre: use memdev for RAM
[qemu/ar7.git]
/
Kconfig.host
blob
55136e037d83a4981fa57201726ecb929a9a6b80
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 KVM
6
bool
7
8
config LINUX
9
bool
10
11
config OPENGL
12
bool
13
14
config X11
15
bool
16
17
config SPICE
18
bool
19
20
config IVSHMEM
21
bool
22
23
config TPM
24
bool
25
26
config VHOST_USER
27
bool
28
select VHOST
29
30
config VHOST_KERNEL
31
bool
32
select VHOST
33
34
config XEN
35
bool
36
select FSDEV_9P if VIRTFS
37
38
config VIRTFS
39
bool
40
41
config PVRDMA
42
bool