summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryanhong.wang <yanhong.wang@starfivetech.com>2022-05-10 04:03:08 +0300
committerYanhong Wang <yanhong.wang@linux.starfivetech.com>2022-10-18 11:24:35 +0300
commit987a20bf9b0d146127559e0414c5d9607d41f601 (patch)
tree3e377c95e5648d73bfba7ddad57209006402f152
parent2f5b272861bc842878bd85e6a65ce62d342009e3 (diff)
downloadu-boot-987a20bf9b0d146127559e0414c5d9607d41f601.tar.xz
clk:starfive-jh7110: Adjust the dependency of CLK_JH7110 & SPL_CLK_JH7110 macros
Adjust the dependency from TARGET_STARFIVE_VISIONFIVE to STARFIVE_JH7110. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
-rw-r--r--drivers/clk/starfive/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/starfive/Kconfig b/drivers/clk/starfive/Kconfig
index 93fa380772..265dc1ae65 100644
--- a/drivers/clk/starfive/Kconfig
+++ b/drivers/clk/starfive/Kconfig
@@ -2,7 +2,7 @@
config SPL_CLK_JH7110
bool "SPL clock support for JH7110"
- depends on TARGET_STARFIVE_VISIONFIVE && SPL
+ depends on STARFIVE_JH7110 && SPL
select SPL_CLK
select SPL_CLK_CCF
help
@@ -10,6 +10,6 @@ config SPL_CLK_JH7110
config CLK_JH7110
bool "Starfive JH7110 clock support"
- depends on CLK && CLK_CCF && TARGET_STARFIVE_VISIONFIVE
+ depends on CLK && CLK_CCF && STARFIVE_JH7110
help
This enables support clock driver for Starfive JH7110 SoC platform.