Only allow CONFIG_XEN when not CONFIG_COREBOOT.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 15 Jun 2011 02:20:45 +0000 (22:20 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 15 Jun 2011 02:20:45 +0000 (22:20 -0400)
src/Kconfig

index b9875c8471d6a9c38d117b93264aad0dd430e0d0..bbed963683fef7bd56a52b98aad1691f53ff1abf 100644 (file)
@@ -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