Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ia64 / Kconfig
diff --git a/qemu/roms/openbios/arch/ia64/Kconfig b/qemu/roms/openbios/arch/ia64/Kconfig
new file mode 100644 (file)
index 0000000..6ba86de
--- /dev/null
@@ -0,0 +1,22 @@
+mainmenu "OpenBIOS Configuration"
+
+config IPF
+       bool
+       default y
+       help
+         Building for IPF hardware.
+
+config LITTLE_ENDIAN
+       bool
+       default y
+       help
+         IPF is little endian.
+
+menu "Build hosted UNIX Binary"
+source "arch/unix/Kconfig"
+endmenu
+
+source "kernel/Kconfig"
+source "forth/Kconfig"
+source "libopenbios/Kconfig"
+source "drivers/Kconfig"