summaryrefslogtreecommitdiffstats
path: root/drivers/clk/renesas/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-03-19 18:08:59 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2017-05-24 10:20:01 +0200
commitfd3c2f38264301324b2c1074eb1b65d5e31bd595 (patch)
tree7dee3d6b03c304f64af97cbf6ef34c642b390867 /drivers/clk/renesas/Kconfig
parent6449ab814148bb2b9a3006a44da5fde656e599b8 (diff)
downloadlinux-fd3c2f38264301324b2c1074eb1b65d5e31bd595.tar.bz2
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/Kconfig5
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