forked from luck/tmp_suning_uos_patched
4f89e4b8f1
Add driver to support the clocks provided by the Timer/Counter Unit (TCU) of the JZ47xx SoCs from Ingenic. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Tested-by: Mathieu Malaterre <malat@debian.org> Tested-by: Artur Rojek <contact@artur-rojek.eu> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Lee Jones <lee.jones@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org Cc: linux-mips@vger.kernel.org Cc: linux-clk@vger.kernel.org Cc: od@zcrc.me
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "Ingenic SoCs drivers"
|
|
depends on MIPS
|
|
|
|
config INGENIC_CGU_COMMON
|
|
bool
|
|
|
|
config INGENIC_CGU_JZ4740
|
|
bool "Ingenic JZ4740 CGU driver"
|
|
default MACH_JZ4740
|
|
select INGENIC_CGU_COMMON
|
|
help
|
|
Support the clocks provided by the CGU hardware on Ingenic JZ4740
|
|
and compatible SoCs.
|
|
|
|
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
|
|
select INGENIC_CGU_COMMON
|
|
help
|
|
Support the clocks provided by the CGU hardware on Ingenic JZ4770
|
|
and compatible SoCs.
|
|
|
|
If building for a JZ4770 SoC, you want to say Y here.
|
|
|
|
config INGENIC_CGU_JZ4780
|
|
bool "Ingenic JZ4780 CGU driver"
|
|
default MACH_JZ4780
|
|
select INGENIC_CGU_COMMON
|
|
help
|
|
Support the clocks provided by the CGU hardware on Ingenic JZ4780
|
|
and compatible SoCs.
|
|
|
|
If building for a JZ4780 SoC, you want to say Y here.
|
|
|
|
config INGENIC_TCU_CLK
|
|
bool "Ingenic JZ47xx TCU clocks driver"
|
|
default MACH_INGENIC
|
|
select MFD_SYSCON
|
|
help
|
|
Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic
|
|
JZ47xx SoCs.
|
|
|
|
endmenu
|