summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-10-23 16:20:39 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-10-23 16:30:58 +0100
commit4b164d6f4191ed149ccd37926904093c38ae13af (patch)
tree82c38017fe21c1409df67125d408b1301de1e7b3
parent3fbcb6f7e7ceb4d4efe3a3295015aed99bfce755 (diff)
xen: enable IOREQ feature
-rw-r--r--xen/common/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/xen/common/Kconfig b/xen/common/Kconfig
index c971dedd0c..fd4005f17e 100644
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -140,7 +140,13 @@ config HYPFS_CONFIG
want to hide the .config contents from dom0.
config IOREQ_SERVER
- bool
+ bool "Provide virtual machine I/O emulation"
+ default y
+ ---help---
+ Provide an in-Xen IOREQ server to support VirtIO.
+
+ If unsure, say Y.
+
config KEXEC
bool "kexec support"