diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-08-25 14:56:50 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-09-18 11:00:38 +0200 |
commit | a6d21c0940490a343c6894bd78601be9e0e36f45 (patch) | |
tree | 62a348167ae3e69f6f9294cf8bbc7d51e233d9c4 /arch/arm64/Kconfig.platforms | |
parent | 6b5ac2f1cb1162679662f3be891978d32b345b6f (diff) | |
download | talos-op-linux-a6d21c0940490a343c6894bd78601be9e0e36f45.tar.gz talos-op-linux-a6d21c0940490a343c6894bd78601be9e0e36f45.zip |
arm64: renesas: Add Renesas R8A77970 Kconfig support
Add a configuration option for the R-Car V3M SoC.
Signed-off-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 6b54ee8c1262..a07f9b5a4f82 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -184,6 +184,12 @@ config ARCH_R8A7796 help This enables support for the Renesas R-Car M3-W SoC. +config ARCH_R8A77970 + bool "Renesas R-Car V3M SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas R-Car V3M SoC. + config ARCH_R8A77995 bool "Renesas R-Car D3 SoC Platform" depends on ARCH_RENESAS |