From 6ec960100fb39ace90e116786c85c6b4910c01cc Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Mon, 11 Jan 2016 14:37:41 -0500 Subject: [PATCH] xen.cfg: enable CONFIG_HYPERVISOR_GUEST by default Required dependency for CONFIG_XEN. Signed-off-by: Chris Patterson Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto/xen.cfg | 1 + 1 file changed, 1 insertion(+) 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 @@ +CONFIG_HYPERVISOR_GUEST=y CONFIG_PARAVIRT=y CONFIG_XEN=y CONFIG_XEN_DOM0=y