diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2018-01-31 20:59:03 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-02-12 13:52:08 +0100 |
commit | b85e1f77d9e285e61f8aa5a3a7e2bc46431d07ee (patch) | |
tree | 95d85675aa3d851ba73bf2876ecd1422777476df /arch/arm64/Kconfig.platforms | |
parent | arm64: dts: renesas: draak: enable I2C controller 1 (diff) | |
download | linux-b85e1f77d9e285e61f8aa5a3a7e2bc46431d07ee.tar.xz linux-b85e1f77d9e285e61f8aa5a3a7e2bc46431d07ee.zip |
arm64: add Renesas R8A77980 support
Add a configuration option for the R-Car V3H (R8A77980) SoC.
Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.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 fbedbd8f619a..b51db26f6eaa 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -196,6 +196,12 @@ config ARCH_R8A77970 help This enables support for the Renesas R-Car V3M SoC. +config ARCH_R8A77980 + bool "Renesas R-Car V3H SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas R-Car V3H SoC. + config ARCH_R8A77995 bool "Renesas R-Car D3 SoC Platform" depends on ARCH_RENESAS |