diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2018-04-11 18:35:53 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-16 10:44:01 +0200 |
commit | c4e96f74ad46d1139e1f31ec925c5bb21aa9830e (patch) | |
tree | 298f465dbafedebe3d200bd452524254766ecc16 /arch/arm64/Kconfig.platforms | |
parent | faa5c3176a67ed53a5bfefdf8b5e91dab9785d0d (diff) | |
download | linux-c4e96f74ad46d1139e1f31ec925c5bb21aa9830e.tar.gz linux-c4e96f74ad46d1139e1f31ec925c5bb21aa9830e.tar.bz2 linux-c4e96f74ad46d1139e1f31ec925c5bb21aa9830e.zip |
arm64: dts: renesas: Add Renesas R8A77990 Kconfig support
Add configuration option for the R-Car E3 (R8A77990) SoC.
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 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 2b1535cdeb7c..d5aeac351fc3 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -208,6 +208,12 @@ config ARCH_R8A77980 help This enables support for the Renesas R-Car V3H SoC. +config ARCH_R8A77990 + bool "Renesas R-Car E3 SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas R-Car E3 SoC. + config ARCH_R8A77995 bool "Renesas R-Car D3 SoC Platform" depends on ARCH_RENESAS |