commit | d6b318de2f0670b13240c7147e60497aef5f1164 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 11:27:50 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 21 14:01:34 2022 -0500 |
tree | 82f8e40ad98e271528c464f032d51e79d257e8d1 | |
parent | 4b37fd146bb86b72f52b97386602ae58727b09fc [diff] [blame] |
Convert CONFIG_TIMESTAMP to Kconfig This converts the following to Kconfig: CONFIG_TIMESTAMP Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index ee32e83..f2deec1 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -256,6 +256,7 @@ imply ACPIGEN if !QEMU imply SYSINFO if GENERATE_SMBIOS_TABLE imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE + imply TIMESTAMP # Thing to enable for when SPL/TPL are enabled: SPL imply SPL_DM