[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / config / defaults / efi.h
blobc1327a0d6691a47a246f6f0dbe54d3d077e19f03
1 #ifndef CONFIG_DEFAULTS_EFI_H
2 #define CONFIG_DEFAULTS_EFI_H
4 /** @file
6 * Configuration defaults for EFI
8 */
10 #define UACCESS_EFI
11 #define IOAPI_EFI
12 #define PCIAPI_EFI
13 #define CONSOLE_EFI
14 #define TIMER_EFI
15 #define NAP_EFIX86
16 #define UMALLOC_EFI
17 #define SMBIOS_EFI
19 #define IMAGE_EFI /* EFI image support */
20 #define IMAGE_SCRIPT /* gPXE script image support */
22 #endif /* CONFIG_DEFAULTS_EFI_H */