diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-12 22:12:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | ada261f19a7f034109f6f45ff43f9c76c4dbe208 (patch) | |
tree | 9422d410488b6ff9aa4cde518f853fd10772f27f /arch | |
parent | 6880b330a9f96403985bf70962934f9a7a2a1397 (diff) | |
download | u-boot-ada261f19a7f034109f6f45ff43f9c76c4dbe208.zip u-boot-ada261f19a7f034109f6f45ff43f9c76c4dbe208.tar.gz u-boot-ada261f19a7f034109f6f45ff43f9c76c4dbe208.tar.bz2 |
Finish converting CONFIG_SYS_FSL_CLK to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_CLK
We move the exiting option to common/Kconfig near the other options to
control the contents of board_init_f() and note that this is a legacy
option. We further restrict this to where the call is going to be
non-empty, for the SoCs that had only been using this for some
MMC-related clocks.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index 0b0e2ea..da53afc 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig @@ -530,10 +530,6 @@ endmenu menu "Layerscape clock tree configuration" depends on FSL_LSCH2 || FSL_LSCH3 -config SYS_FSL_CLK - bool "Enable clock tree initialization" - default y - config CLUSTER_CLK_FREQ int "Reference clock of core cluster" depends on ARCH_LS1012A |