aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-06-14 22:20:45 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-06-14 22:20:45 -0400
commit9b0fbd21755763589ad623c86253644e8c44f855 (patch)
treeaf593ab19a27a1bd4788a575e5d796f2a6ec428e
parentee2bc468cbc741abe191a70dc8393083aa7ab9c0 (diff)
downloadseabios-9b0fbd21755763589ad623c86253644e8c44f855.zip
seabios-9b0fbd21755763589ad623c86253644e8c44f855.tar.gz
seabios-9b0fbd21755763589ad623c86253644e8c44f855.tar.bz2
Only allow CONFIG_XEN when not CONFIG_COREBOOT.
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index b9875c8..bbed963 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -11,6 +11,7 @@ menu "General Features"
Configure as a coreboot payload.
config XEN
+ depends on !COREBOOT
bool "Build for Xen HVM"
default n
help