1config CLK_K210
2	bool "Clock support for Kendryte K210"
3	depends on CLK && CLK_CCF && CLK_COMPOSITE_CCF
4	help
5	  This enables support clock driver for Kendryte K210 platforms.
6
7config CLK_K210_SET_RATE
8	bool "Enable setting the Kendryte K210 PLL rate"
9	depends on CLK_K210
10	help
11	  Add functionality to calculate new rates for K210 PLLs. Enabling this
12	  feature adds around 1K to U-Boot's final size.
13