blob: 7b69c8afaf7538c8d150f0789ba2bd0709d0a197 [file] [log] [blame]
Sean Anderson6e887ee2020-06-24 06:41:09 -04001config CLK_K210
2 bool "Clock support for Kendryte K210"
3 depends on CLK && CLK_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.