]> xenbits.xensource.com Git - seabios.git/commitdiff
enable Xen support by default.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 28 Jun 2012 10:08:31 +0000 (11:08 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 2 Jul 2012 15:14:51 +0000 (11:14 -0400)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
src/Kconfig

index 25b2b1b84b94a7120c216cb7c2c0036103e55de7..8120ff7b326e7c4ec522a8c46efefde5408815ee 100644 (file)
@@ -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.