summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2016-01-11 14:37:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-14 15:37:46 -0500
commit6ec960100fb39ace90e116786c85c6b4910c01cc (patch)
tree17d968fdbd90ce74564acc283e035e1c3feff441 /recipes-kernel/linux/linux-yocto
parent9d9372c0f935796d789c3412924742123591549c (diff)
downloadmeta-virtualization-6ec960100fb39ace90e116786c85c6b4910c01cc.tar.gz
xen.cfg: enable CONFIG_HYPERVISOR_GUEST by default
Required dependency for CONFIG_XEN. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto')
-rw-r--r--recipes-kernel/linux/linux-yocto/xen.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/xen.cfg b/recipes-kernel/linux/linux-yocto/xen.cfg
index 096bea03..4780311d 100644
--- a/recipes-kernel/linux/linux-yocto/xen.cfg
+++ b/recipes-kernel/linux/linux-yocto/xen.cfg
@@ -1,3 +1,4 @@
1CONFIG_HYPERVISOR_GUEST=y
1CONFIG_PARAVIRT=y 2CONFIG_PARAVIRT=y
2CONFIG_XEN=y 3CONFIG_XEN=y
3CONFIG_XEN_DOM0=y 4CONFIG_XEN_DOM0=y