12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ifndef CONFIG_DEFAULTS_PCBIOS_H
- #define CONFIG_DEFAULTS_PCBIOS_H
-
-
-
- FILE_LICENCE ( GPL2_OR_LATER );
-
- #define UACCESS_LIBRM
- #define IOAPI_X86
- #define PCIAPI_PCBIOS
- #define TIMER_PCBIOS
- #define CONSOLE_PCBIOS
- #define NAP_PCBIOS
- #define UMALLOC_MEMTOP
- #define SMBIOS_PCBIOS
- #define SANBOOT_PCBIOS
- #define ENTROPY_RTC
- #define TIME_RTC
-
- #define IMAGE_ELF
- #define IMAGE_MULTIBOOT
- #define IMAGE_PXE
- #define IMAGE_SCRIPT
- #define IMAGE_BZIMAGE
-
- #define PXE_STACK
- #define PXE_MENU
-
- #define SANBOOT_PROTO_ISCSI
- #define SANBOOT_PROTO_AOE
- #define SANBOOT_PROTO_IB_SRP
- #define SANBOOT_PROTO_FCP
-
- #define REBOOT_CMD
-
- #endif
|