1 ## SPDX-License-Identifier: GPL-2.0-only
3 # For a description of the syntax of this configuration file,
4 # see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
7 mainmenu "coreinfo Configuration"
9 menu "General settings"
11 # TODO: Needs changes in coreinfo, won't update without keypress currently.
13 bool "Show current date/time in the menu"
16 Show the current date and time in the lower-right corner of
19 This option will increase the ELF file size by ca. 250 bytes.
21 config PAYLOAD_INFO_NAME
25 The name of this payload for use in (e.g.) Bayou.
27 config PAYLOAD_INFO_LISTNAME
28 string "Payload menu entry name"
29 default "System Information"
31 The name of this payload's menu entry for use in (e.g.) Bayou.
33 config PAYLOAD_INFO_DESC
34 string "Payload description"
35 default "Display information about the system"
37 The description of this payload for use in (e.g.) Bayou.
39 config PAYLOAD_INFO_VERSION
40 string "Payload version"
43 The version number of this payload.
46 bool "Use link time optimization (LTO)"
49 Compile with link time optimization. This can often decrease the
50 final binary size, but may increase compilation time. This option
51 is most effective when LTO is also enabled in libpayload, which
58 config MODULE_COREBOOT
59 bool "Enable the coreboot module"
62 This option will increase the ELF file size by ca. 2250 bytes.
64 config MODULE_MULTIBOOT
65 bool "Enable the multiboot module"
68 This option will increase the ELF file size by ca. 1790 bytes.
71 bool "Enable the cpuinfo module"
74 This option will increase the ELF file size by ca. 2650 bytes.
77 bool "Enable the PCI info module"
80 This option will increase the ELF file size by ca. 1750 bytes.
83 bool "Enable the NVRAM dump module"
86 This option will increase the ELF file size by ca. 350 bytes.
89 bool "Enable the coreboot bootlog module"
93 bool "Enable the RAM dump module"
97 bool "Enable the coreboot CBFS module"
100 This option will increase the ELF file size by ca. 1440 bytes.
102 config MODULE_TIMESTAMPS
103 bool "Enable the coreboot timestamps module"
106 This option will increase the ELF file size by ca. 4200 bytes.