You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233
  1. #ifndef CONFIG_DEFAULTS_PCBIOS_H
  2. #define CONFIG_DEFAULTS_PCBIOS_H
  3. /** @file
  4. *
  5. * Configuration defaults for PCBIOS
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER );
  9. #define UACCESS_LIBRM
  10. #define IOAPI_X86
  11. #define PCIAPI_PCBIOS
  12. #define TIMER_PCBIOS
  13. #define CONSOLE_PCBIOS
  14. #define NAP_PCBIOS
  15. #define UMALLOC_MEMTOP
  16. #define SMBIOS_PCBIOS
  17. #define IMAGE_ELF /* ELF image support */
  18. #define IMAGE_MULTIBOOT /* MultiBoot image support */
  19. #define IMAGE_PXE /* PXE image support */
  20. #define IMAGE_SCRIPT /* gPXE script image support */
  21. #define IMAGE_BZIMAGE /* Linux bzImage image support */
  22. #define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
  23. #define PXE_CMD /* PXE commands */
  24. #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
  25. #define SANBOOT_PROTO_AOE /* AoE protocol */
  26. #endif /* CONFIG_DEFAULTS_PCBIOS_H */