diff options
author | changhuang.liang <changhuang.liang@starfivetech.com> | 2022-05-25 05:59:06 +0300 |
---|---|---|
committer | Jianlong Huang <jianlong.huang@starfivetech.com> | 2022-06-13 06:39:17 +0300 |
commit | f4ad34ac9281539d7a300ead201b77e1c1830bcc (patch) | |
tree | 31359809772d1cbfa1e6828792f285cb00c7ea46 | |
parent | 7403b3185f3959d7e38472b62eae1d69af79cdcd (diff) | |
download | linux-f4ad34ac9281539d7a300ead201b77e1c1830bcc.tar.xz |
Update Kconfig
-rwxr-xr-x | drivers/clk/starfive/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/starfive/Kconfig b/drivers/clk/starfive/Kconfig index e9e42984cc0e..b9e327c0df80 100755 --- a/drivers/clk/starfive/Kconfig +++ b/drivers/clk/starfive/Kconfig @@ -17,6 +17,6 @@ config CLK_STARFIVE_JH7100_AUDIO config CLK_STARFIVE_JH7100_ISP tristate "StarFive JH7100 isp clock support" depends on CLK_STARFIVE_JH7100 - default SOC_STARFIVE + default SOC_STARFIVE_VIC7100 help Say yes here to support the isp clocks on the StarFive JH7100 SoC. |