summaryrefslogtreecommitdiff
path: root/drivers/clk/kendryte/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/kendryte/Kconfig')
-rw-r--r--drivers/clk/kendryte/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/clk/kendryte/Kconfig b/drivers/clk/kendryte/Kconfig
new file mode 100644
index 0000000000..073fca0781
--- /dev/null
+++ b/drivers/clk/kendryte/Kconfig
@@ -0,0 +1,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.