summaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/Kconfig
diff options
context:
space:
mode:
authorTakeshi Kihara2018-05-15 14:07:38 +0200
committerSimon Horman2018-05-16 10:57:13 +0200
commit44b12d4311d7e296d178cbad019d0537de4f8890 (patch)
tree3ac68f4b4f2dd8abd27bc19bdfb5a3a22a10c2aa /drivers/soc/renesas/Kconfig
parentarm: shmobile: Add the RZ/N1D (R9A06G032) to the shmobile Kconfig (diff)
downloadkernel-qcow2-linux-44b12d4311d7e296d178cbad019d0537de4f8890.tar.gz
kernel-qcow2-linux-44b12d4311d7e296d178cbad019d0537de4f8890.tar.xz
kernel-qcow2-linux-44b12d4311d7e296d178cbad019d0537de4f8890.zip
soc: renesas: rcar-sysc: Add support for R-Car E3 power areas
This patch adds Cortex-A53 CPU{0,1}, Cortex-A53 SCU, Cortex-R7, A3VC, A2VC1 and 3DG-{A,B} power domain areas for the R8A77990 SoC. Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> [shimoda: fix 3DG-{A,B} and add SPDX-License-Identifier] Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r--drivers/soc/renesas/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index c0e0286a2360..1d824cbd462d 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -19,6 +19,7 @@ config SOC_RENESAS
select SYSC_R8A77965 if ARCH_R8A77965
select SYSC_R8A77970 if ARCH_R8A77970
select SYSC_R8A77980 if ARCH_R8A77980
+ select SYSC_R8A77990 if ARCH_R8A77990
select SYSC_R8A77995 if ARCH_R8A77995
if SOC_RENESAS
@@ -76,6 +77,10 @@ config SYSC_R8A77980
bool "R-Car V3H System Controller support" if COMPILE_TEST
select SYSC_RCAR
+config SYSC_R8A77990
+ bool "R-Car E3 System Controller support" if COMPILE_TEST
+ select SYSC_RCAR
+
config SYSC_R8A77995
bool "R-Car D3 System Controller support" if COMPILE_TEST
select SYSC_RCAR