blob: 073fca0781694fa348ae298f82febe5ee3e32b7e [file] [log] [blame]
Sean Anderson019ef9a2020-06-24 06:41:09 -04001config CLK_K210
2 bool "Clock support for Kendryte K210"
Sean Andersonf9c7d4f2020-06-24 06:41:11 -04003 depends on CLK && CLK_CCF && CLK_COMPOSITE_CCF
Sean Anderson019ef9a2020-06-24 06:41:09 -04004 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.