summaryrefslogtreecommitdiff
path: root/drivers/clk/kendryte/Kconfig
blob: 073fca0781694fa348ae298f82febe5ee3e32b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config CLK_K210
	bool "Clock support for Kendryte K210"
	depends on CLK && CLK_CCF && CLK_COMPOSITE_CCF
	help
	  This enables support clock driver for Kendryte K210 platforms.

config CLK_K210_SET_RATE
	bool "Enable setting the Kendryte K210 PLL rate"
	depends on CLK_K210
	help
	  Add functionality to calculate new rates for K210 PLLs. Enabling this
	  feature adds around 1K to U-Boot's final size.