1 #ifndef CONFIG_DEFAULTS_PCBIOS_H
2 #define CONFIG_DEFAULTS_PCBIOS_H
6 * Configuration defaults for PCBIOS
14 #define CONSOLE_PCBIOS
16 #define UMALLOC_MEMTOP
18 #define IMAGE_ELF /* ELF image support */
19 #define IMAGE_MULTIBOOT /* MultiBoot image support */
20 #define IMAGE_PXE /* PXE image support */
21 #define IMAGE_SCRIPT /* gPXE script image support */
22 #define IMAGE_BZIMAGE /* Linux bzImage image support */
23 #define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
25 #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
26 #define SANBOOT_PROTO_AOE /* AoE protocol */
28 #endif /* CONFIG_DEFAULTS_PCBIOS_H */