Sean Anderson | 6e887ee | 2020-06-24 06:41:09 -0400 | [diff] [blame^] | 1 | config 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 | |||||
7 | config 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. |