diff options
author | Zhou Yanjie <zhouyanjie@zoho.com> | 2019-11-10 12:28:22 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-11-14 03:00:48 +0300 |
commit | b9df3997bb3e144e1e86d9da934b82f98c28865a (patch) | |
tree | ccbbd0bcf670f242537fce4c79819a75b2a63003 /drivers/clk/ingenic/Kconfig | |
parent | 0b24748c3b26b9e55d195e11c7e9bed843ebff99 (diff) | |
download | linux-b9df3997bb3e144e1e86d9da934b82f98c28865a.tar.xz |
clk: Ingenic: Add CGU driver for X1000.
Add support for the clocks provided by the CGU in the Ingenic X1000
SoC, making use of the cgu code to do the heavy lifting.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
Link: https://lkml.kernel.org/r/1573378102-72380-3-git-send-email-zhouyanjie@zoho.com
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/ingenic/Kconfig')
-rw-r--r-- | drivers/clk/ingenic/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/ingenic/Kconfig b/drivers/clk/ingenic/Kconfig index 1cb489959a99..fb7b39961703 100644 --- a/drivers/clk/ingenic/Kconfig +++ b/drivers/clk/ingenic/Kconfig @@ -45,6 +45,16 @@ config INGENIC_CGU_JZ4780 If building for a JZ4780 SoC, you want to say Y here. +config INGENIC_CGU_X1000 + bool "Ingenic X1000 CGU driver" + default MACH_X1000 + select INGENIC_CGU_COMMON + help + Support the clocks provided by the CGU hardware on Ingenic X1000 + and compatible SoCs. + + If building for a X1000 SoC, you want to say Y here. + config INGENIC_TCU_CLK bool "Ingenic JZ47xx TCU clocks driver" default MACH_INGENIC |