diff options
author | Tom Rini | 2022-03-23 17:20:08 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:47 -0400 |
commit | 15b4aed4738477892f72d20a078b8b9cda28948c (patch) | |
tree | f1d20d58c015ec0f4a818bb111c3b8d063937898 /common | |
parent | b20e79f0bba277a33f7e0af3776c959fa1c31117 (diff) |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index 383eb4d5627..8f8a9064d50 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 || \ |