diff options
author | Simon Glass | 2021-12-18 11:27:50 -0700 |
---|---|---|
committer | Tom Rini | 2022-01-21 14:01:34 -0500 |
commit | d6b318de2f0670b13240c7147e60497aef5f1164 (patch) | |
tree | 82f8e40ad98e271528c464f032d51e79d257e8d1 /arch/arm/cpu | |
parent | 4b37fd146bb86b72f52b97386602ae58727b09fc (diff) |
Convert CONFIG_TIMESTAMP to Kconfig
This converts the following to Kconfig:
CONFIG_TIMESTAMP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index da53afcea93..9bb870dcd8c 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig @@ -21,6 +21,7 @@ config ARCH_LS1012A select SYS_I2C_MXC_I2C1 if !DM_I2C select SYS_I2C_MXC_I2C2 if !DM_I2C imply PANIC_HANG + imply TIMESTAMP config ARCH_LS1028A bool |