diff options
author | Paul Cercueil <paul@crapouillou.net> | 2018-08-23 15:17:44 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-16 15:19:48 -0700 |
commit | 226dfa4726ebb102479d668e01160a1dc77485e8 (patch) | |
tree | 8863583260db165daa7597ee12313fa7ce064e07 /drivers/clk/ingenic/Kconfig | |
parent | 2fdecde7752be5696c0ae301a0d1b1884081a0f1 (diff) |
clk: Add Ingenic jz4725b CGU driver
Add support for the clocks provided by the CGU in the Ingenic JZ4725B
SoC.
Signed-off-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 2445437f8286..34dc0da79c39 100644 --- a/drivers/clk/ingenic/Kconfig +++ b/drivers/clk/ingenic/Kconfig @@ -14,6 +14,16 @@ config INGENIC_CGU_JZ4740 If building for a JZ4740 SoC, you want to say Y here. +config INGENIC_CGU_JZ4725B + bool "Ingenic JZ4725B CGU driver" + default MACH_JZ4725B + select INGENIC_CGU_COMMON + help + Support the clocks provided by the CGU hardware on Ingenic JZ4725B + and compatible SoCs. + + If building for a JZ4725B SoC, you want to say Y here. + config INGENIC_CGU_JZ4770 bool "Ingenic JZ4770 CGU driver" default MACH_JZ4770 |