diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-19 18:08:59 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-05-24 10:20:01 +0200 |
commit | fd3c2f38264301324b2c1074eb1b65d5e31bd595 (patch) | |
tree | 7dee3d6b03c304f64af97cbf6ef34c642b390867 /drivers/clk/renesas/Kconfig | |
parent | clk: renesas: r8a7791/r8a7793: Add new CPG/MSSR driver (diff) | |
download | linux-fd3c2f38264301324b2c1074eb1b65d5e31bd595.tar.xz linux-fd3c2f38264301324b2c1074eb1b65d5e31bd595.zip |
clk: renesas: r8a7792: Add new CPG/MSSR driver
Add a new R-Car V2H 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 9826ac6a7596..076804f9f02d 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 + depends on CLK_R8A7790 || CLK_R8A7791 || CLK_R8A7792 default y help Enable backward compatibility with old device trees describing a @@ -77,7 +77,8 @@ config CLK_R8A7791 config CLK_R8A7792 bool - select CLK_RCAR_GEN2 + select CLK_RCAR_GEN2 if CLK_RENESAS_LEGACY + select CLK_RCAR_GEN2_CPG config CLK_R8A7794 bool |