diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-19 18:12:51 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-05-24 10:20:03 +0200 |
commit | 2d75588a28c6bbbb7a026087aa61be1492b3d6ac (patch) | |
tree | 3d451106df71f07014fe019aacb0be180d9b38d3 /drivers/clk/renesas/Kconfig | |
parent | clk: renesas: r8a7792: Add new CPG/MSSR driver (diff) | |
download | linux-2d75588a28c6bbbb7a026087aa61be1492b3d6ac.tar.xz linux-2d75588a28c6bbbb7a026087aa61be1492b3d6ac.zip |
clk: renesas: r8a7794: Add new CPG/MSSR driver
Add a new R-Car E2 Clock Pulse Generator / Module Standby and Software
Reset driver, using the CPG/MSSR driver core. This will enable support
for module resets, which are not supported by the existing driver.
The old driver can still be used through a Kconfig option, to preserve
backward compatibility with old DTBs.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r-- | drivers/clk/renesas/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 076804f9f02d..78d1df9112ba 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -21,7 +21,7 @@ if CLK_RENESAS config CLK_RENESAS_LEGACY bool "Legacy DT clock support" - depends on CLK_R8A7790 || CLK_R8A7791 || CLK_R8A7792 + depends on CLK_R8A7790 || CLK_R8A7791 || CLK_R8A7792 || CLK_R8A7794 default y help Enable backward compatibility with old device trees describing a @@ -82,7 +82,8 @@ config CLK_R8A7792 config CLK_R8A7794 bool - select CLK_RCAR_GEN2 + select CLK_RCAR_GEN2 if CLK_RENESAS_LEGACY + select CLK_RCAR_GEN2_CPG select CLK_RENESAS_DIV6 config CLK_R8A7795 |