00001 #ifndef CONFIG_DEFAULTS_EFI_H 00002 #define CONFIG_DEFAULTS_EFI_H 00003 00004 /** @file 00005 * 00006 * Configuration defaults for EFI 00007 * 00008 */ 00009 00010 #define UACCESS_EFI 00011 #define IOAPI_EFI 00012 #define PCIAPI_EFI 00013 #define CONSOLE_EFI 00014 #define TIMER_EFI 00015 #define NAP_EFIX86 00016 #define UMALLOC_EFI 00017 #define SMBIOS_EFI 00018 00019 #define IMAGE_EFI /* EFI image support */ 00020 00021 #endif /* CONFIG_DEFAULTS_EFI_H */
1.5.7.1