Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / amd64 / Kconfig
1 mainmenu "OpenBIOS Configuration"
2
3 config AMD64
4         bool
5         default y
6         help
7           Building for AMD64 hardware.
8
9 config LITTLE_ENDIAN
10         bool
11         default y
12         help
13           AMD64 is little endian.
14
15
16 menu "Kernel binaries (AMD64)"
17
18 config IMAGE_ELF
19         bool "ELF image (for LinuxBIOS)"
20         default y
21         help
22           Build a simple elf image that can be used with LinuxBIOS
23           This image will be called openbios.elf
24
25 config IMAGE_ELF_EMBEDDED
26         bool "ELF image with embedded dictionary"
27         default y
28         help
29           Build an elf image with embedded dictionary. This image
30           can easily be used with etherboot. 
31           The image filename is openbios.full
32
33 config IMAGE_ELF_MULTIBOOT
34         bool "Multiboot image"
35         default y
36         help
37           Build a multiboot image for booting with grub
38
39 endmenu
40
41 menu "Build hosted UNIX Binary"
42 source "arch/unix/Kconfig"
43 endmenu
44
45 source "kernel/Kconfig"
46 source "forth/Kconfig"
47 source "libopenbios/Kconfig"
48 source "drivers/Kconfig"