summaryrefslogtreecommitdiff
path: root/drivers/clk/kendryte/Kconfig
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-06-24 06:41:11 -0400
committerAndes <uboot@andestech.com>2020-07-01 15:01:21 +0800
commitf9c7d4f99f51ac9c1cf513111c21395f93d2dd53 (patch)
treeba01f5f1a843d36582654975fd4ad3413e4f6e40 /drivers/clk/kendryte/Kconfig
parent1a198cf8862b0540894ba6569c55244b1bd3e824 (diff)
clk: Add K210 clock support
Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. Clocks parameters are stored in several arrays, and are then instantiated at run-time. There are some translation macros (FOOIFY()) which allow for more dense packing. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'drivers/clk/kendryte/Kconfig')
-rw-r--r--drivers/clk/kendryte/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/kendryte/Kconfig b/drivers/clk/kendryte/Kconfig
index 7b69c8afaf..073fca0781 100644
--- a/drivers/clk/kendryte/Kconfig
+++ b/drivers/clk/kendryte/Kconfig
@@ -1,6 +1,6 @@
config CLK_K210
bool "Clock support for Kendryte K210"
- depends on CLK && CLK_CCF
+ depends on CLK && CLK_CCF && CLK_COMPOSITE_CCF
help
This enables support clock driver for Kendryte K210 platforms.