[SeaBIOS] [PATCH 1/3] enable Xen support by default.

Ian Campbell ian.campbell at citrix.com
Thu Jun 28 12:08:31 CEST 2012


Signed-off-by: Ian Campbell <ian.campbell at citrix.com>
---
 src/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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.
 
-- 
1.7.2.5




More information about the SeaBIOS mailing list