diff options
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host new file mode 100644 index 0000000000..11fefa4813 --- /dev/null +++ b/Kconfig.host @@ -0,0 +1,26 @@ +# These are "proxy" symbols used to pass config-host.mak values +# down to Kconfig. + +config KVM + bool + +config LINUX + bool + +config OPENGL + bool + +config SPICE + bool + +config TPM + bool + +config VHOST_USER + bool + +config XEN + bool + +config VIRTFS + bool |