diff options
author | Ian Campbell <ian.campbell@citrix.com> | 2012-06-28 11:08:31 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-07-02 11:14:51 -0400 |
commit | 9264a2c8c0c6cad6aecedef83ad9ebba1854a161 (patch) | |
tree | 358b5a61610880be9eba6cf0a0266a9b4dfa541a /src/Kconfig | |
parent | 9166c4ae6d21d49bd97e0fb42eea2ffd6dd6f06d (diff) | |
download | seabios-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/Kconfig | 2 |
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. |