diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-11-08 22:21:50 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-11-10 15:29:28 +0100 |
commit | c0b2d75d2a4bf6a3f29d13c4bfa2557dfa22828d (patch) | |
tree | 6c99bd81c9c82395fd15c00816f77601b49d2af5 /drivers/clk/renesas/Kconfig | |
parent | clk: renesas: cpg-mssr: Add common R-Car Gen2 support (diff) | |
download | linux-c0b2d75d2a4bf6a3f29d13c4bfa2557dfa22828d.tar.xz linux-c0b2d75d2a4bf6a3f29d13c4bfa2557dfa22828d.zip |
clk: renesas: cpg-mssr: Add R8A7743 support
Add RZ/G1M (R8A7743) Clock Pulse Generator / Module Standby and Software
Reset support, using the CPG/MSSR driver core and the common R-Car Gen2
(and RZ/G) code.
Based on the proof-of-concept R8A7791 CPG/MSSR patch by Geert
Uytterhoeven <geert+renesas@glider.be>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r-- | drivers/clk/renesas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 41a12d376799..e1cd3bfb6f97 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -1,5 +1,6 @@ config CLK_RENESAS_CPG_MSSR bool + default y if ARCH_R8A7743 default y if ARCH_R8A7795 default y if ARCH_R8A7796 |