forked from kexecboot/kexecboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
120 lines (81 loc) · 3.3 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Where to look for kexec binary */
#define KEXEC_PATH "/usr/sbin/kexec"
/* Name of package */
#define PACKAGE "kexecboot"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "kexecboot"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "kexecboot 0.5.9"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "kexecboot"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.5.9"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Where to look for ubiattach binary */
#define UBIATTACH_PATH "/usr/sbin/ubiattach"
/* UBI VID header offset */
/* #undef UBI_VID_HDR_OFFSET */
/* Define if you want to support this bpp mode */
#define USE_16BPP 1
/* Define if you want to support this bpp mode */
#define USE_18BPP 1
/* Define if you want to support this bpp mode */
#define USE_1BPP 1
/* Define if you want to support this bpp mode */
#define USE_24BPP 1
/* Define if you want to support this bpp mode */
#define USE_2BPP 1
/* Define if you want to support this bpp mode */
#define USE_32BPP 1
/* Define if you want to support this bpp mode */
#define USE_4BPP 1
/* Define if you want to use special buffer to hold pre-drawed background */
/* #undef USE_BG_BUFFER */
/* Define if you want to parse cfgfiles */
#define USE_CFGFILES 1
/* Define delay to sleep before scanning devices */
#define USE_DELAY 1
/* Define to enable devices re-creating */
#define USE_DEVICES_RECREATING 1
/* Define if you wish to mount devtmpfs at startup in init-mode */
#define USE_DEVTMPFS 1
/* Define evdev (keyboard/mouse) repeat rate to use in milliseconds
(first_delay, repeat_delay) */
/* #undef USE_EVDEV_RATE */
/* Define if you use the framebuffer user interface */
#define USE_FBMENU 1
/* Define if you want to limit FB UI height to specified value */
/* #undef USE_FBUI_HEIGHT */
/* Define if you want to limit FB UI width to specified value */
/* #undef USE_FBUI_WIDTH */
/* How to change data length for RAM-to-FB transfers */
#define USE_FB_TRANS_LENGTH(x) (x >> 2)
/* Data type for RAM-to-FB transfers */
#define USE_FB_TRANS_TYPE uint32_t
/* Define if you wish to debug kexecboot right on host system */
/* #undef USE_HOST_DEBUG */
/* Define if you want to parse and use custom icons */
#define USE_ICONS 1
/* Define if you wish to enable looking for machine-specific zImage kernel */
/* #undef USE_MACHINE_KERNEL */
/* Define if you wish to allow to choose menu items by 0-9 keys */
#define USE_NUMKEYS 1
/* Define if you wish to enable text-mode UI support */
/* #undef USE_TEXTUI */
/* Define timeout in seconds to automatic boot 1st kernel after this time */
/* #undef USE_TIMEOUT */
/* Define if you wish to compile uImage kernel support */
/* #undef USE_UIMAGE */
/* Define if you wish to compile Sharp Zaurus specific code */
/* #undef USE_ZAURUS */
/* Define if you wish to compile zImage kernel support */
#define USE_ZIMAGE 1
/* Version number of package */
#define VERSION "0.5.9"