aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:20:08 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commit15b4aed4738477892f72d20a078b8b9cda28948c (patch)
treef1d20d58c015ec0f4a818bb111c3b8d063937898 /common
parentb20e79f0bba277a33f7e0af3776c959fa1c31117 (diff)
downloadu-boot-15b4aed4738477892f72d20a078b8b9cda28948c.zip
u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.gz
u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.bz2
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')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 383eb4d..8f8a906 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 || \