diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-03 12:06:15 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-06 12:58:35 +0300 |
commit | e4e2d7c388350eba8b1dbc2569441ac9b545a8c4 (patch) | |
tree | 77cd4a785a4695ce48b9884009ea9097b7ae9c8d /drivers/clk/renesas/Kconfig | |
parent | 5b1defde7054e66da5c0f6cba8b35cef29edede0 (diff) | |
download | linux-e4e2d7c388350eba8b1dbc2569441ac9b545a8c4.tar.xz |
clk: renesas: cpg-mssr: Add support for R-Car M3-W
Initial support for R-Car M3-W (r8a7796), including basic core clocks,
and SCIF2 (console) and INTC-AP (GIC) module clocks.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
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 2115ce410cfb..fcad9ff090f5 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -1,6 +1,7 @@ config CLK_RENESAS_CPG_MSSR bool default y if ARCH_R8A7795 + default y if ARCH_R8A7796 config CLK_RENESAS_CPG_MSTP bool |