X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/82f5181777ebe04b550fd94a1d04c49dd3f012dc..d7059fd7375be449aed2f3cd6adf7ae14dbfefbd:/Kconfig.host diff --git a/Kconfig.host b/Kconfig.host index 11fefa4813..aec95365ff 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 @@ -24,3 +31,6 @@ config XEN config VIRTFS bool + +config PVRDMA + bool