diff options
Diffstat (limited to 'payloads/coreinfo/Kconfig')
-rw-r--r-- | payloads/coreinfo/Kconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index 014d6d22b0..1f4a597a32 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -24,9 +24,19 @@ mainmenu "coreinfo Configuration" -menu "Modules" +menu "General settings" + +# TODO: Needs changes in coreinfo, won't update without keypress currently. +config SHOW_DATE_TIME + bool "Show current date/time in the menu" + default y + help + Show the current date and time in the lower-right corner of + the coreinfo menu. + +endmenu -# TODO: Currently none of these options has any effect. +menu "Modules" config MODULE_COREBOOT bool "Enable the coreboot module" @@ -40,5 +50,9 @@ config MODULE_PCI bool "Enable the PCI info module" default y +config MODULE_NVRAM + bool "Enable the NVRAM dump module" + default y + endmenu |