summaryrefslogtreecommitdiff
path: root/drivers/clk/starfive/Kconfig
blob: 93fa380772ce27ceaa1f756d93a1e9209c99b029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

config SPL_CLK_JH7110
	bool "SPL clock support for JH7110"
	depends on TARGET_STARFIVE_VISIONFIVE && SPL
	select SPL_CLK
	select SPL_CLK_CCF
	help
	  This enables SPL DM/DTS support for clock driver in JH7110

config CLK_JH7110
	bool "Starfive JH7110 clock support"
	depends on CLK && CLK_CCF && TARGET_STARFIVE_VISIONFIVE
	help
	  This enables support clock driver for Starfive JH7110 SoC platform.