瀏覽代碼

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>
yanhong.wang 2 年之前
父節點
當前提交
987a20bf9b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/clk/starfive/Kconfig

+ 2 - 2
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.