aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-06-28 11:08:31 +0100
committerKevin O'Connor <kevin@koconnor.net>2012-07-02 11:14:51 -0400
commit9264a2c8c0c6cad6aecedef83ad9ebba1854a161 (patch)
tree358b5a61610880be9eba6cf0a0266a9b4dfa541a /src/Kconfig
parent9166c4ae6d21d49bd97e0fb42eea2ffd6dd6f06d (diff)
downloadseabios-9264a2c8c0c6cad6aecedef83ad9ebba1854a161.tar.gz
enable Xen support by default.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 25b2b1b8..8120ff7b 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.