From 9264a2c8c0c6cad6aecedef83ad9ebba1854a161 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 28 Jun 2012 11:08:31 +0100 Subject: [PATCH] enable Xen support by default. Signed-off-by: Ian Campbell --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 25b2b1b..8120ff7 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -13,7 +13,7 @@ menu "General Features" config XEN depends on !COREBOOT bool "Build for Xen HVM" - default n + default y help Configure to be used by xen hvmloader, for a HVM guest. -- 2.39.5