aboutsummaryrefslogtreecommitdiff
path: root/Kconfig.host
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig.host')
-rw-r--r--Kconfig.host9
1 files changed, 8 insertions, 1 deletions
diff --git a/Kconfig.host b/Kconfig.host
index 11fefa4813..add5b179f7 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -1,5 +1,6 @@
# These are "proxy" symbols used to pass config-host.mak values
-# down to Kconfig.
+# down to Kconfig. See also MINIKCONF_ARGS in the Makefile:
+# these two need to be kept in sync.
config KVM
bool
@@ -10,9 +11,15 @@ config LINUX
config OPENGL
bool
+config X11
+ bool
+
config SPICE
bool
+config IVSHMEM
+ bool
+
config TPM
bool