Add support for use as Xen HVM BIOS.
[seabios.git] / src / Kconfig
index 15485ac257170d65b71381dcd4dd0ecbbd45dadb..b9875c8471d6a9c38d117b93264aad0dd430e0d0 100644 (file)
@@ -10,6 +10,12 @@ menu "General Features"
         help
             Configure as a coreboot payload.
 
+    config XEN
+        bool "Build for Xen HVM"
+        default n
+        help
+            Configure to be used by xen hvmloader, for a HVM guest.
+
     config THREADS
         bool "Parallelize hardware init"
         default y