iPXE
linux.h
Go to the documentation of this file.
1 #ifndef CONFIG_DEFAULTS_LINUX_H
2 #define CONFIG_DEFAULTS_LINUX_H
3 
4 /** @file
5  *
6  * Configuration defaults for linux
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER );
11 
12 #define CONSOLE_LINUX
13 #define TIMER_LINUX
14 #define UACCESS_LINUX
15 #define UMALLOC_LINUX
16 #define MEMMAP_NULL
17 #define NAP_LINUX
18 #define SMBIOS_LINUX
19 #define SANBOOT_DUMMY
20 #define ENTROPY_LINUX
21 #define TIME_LINUX
22 #define REBOOT_NULL
23 #define PCIAPI_LINUX
24 #define DMAAPI_FLAT
25 #define ACPI_LINUX
26 #define MPAPI_NULL
27 #define SERIAL_NULL
28 
29 #define DRIVERS_LINUX
30 
31 #define IMAGE_SCRIPT
32 
33 #define SANBOOT_PROTO_ISCSI
34 #define SANBOOT_PROTO_AOE
35 #define SANBOOT_PROTO_IB_SRP
36 #define SANBOOT_PROTO_FCP
37 #define SANBOOT_PROTO_HTTP
38 
39 #if defined ( __i386__ ) || defined ( __x86_64__ )
40 #define ENTROPY_RDRAND
41 #endif
42 
43 #endif /* CONFIG_DEFAULTS_LINUX_H */
FILE_LICENCE(GPL2_OR_LATER)