summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 00:20:08 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:47 +0300
commit15b4aed4738477892f72d20a078b8b9cda28948c (patch)
treef1d20d58c015ec0f4a818bb111c3b8d063937898 /common/Kconfig
parentb20e79f0bba277a33f7e0af3776c959fa1c31117 (diff)
downloadu-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.xz
Convert CONFIG_CLOCKS to Kconfig
This converts the following to Kconfig: CONFIG_CLOCKS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 383eb4d562..8f8a9064d5 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -571,6 +571,10 @@ config BOARD_LATE_INIT
So this config enable the late init code with the help of board_late_init
function which should defined on respective boards.
+config CLOCKS
+ bool "Call set_cpu_clk_info"
+ depends on ARM
+
config SYS_FSL_CLK
bool
depends on ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3 || \