From: Geert Uytterhoeven Date: Fri, 25 Aug 2017 12:56:50 +0000 (+0200) Subject: arm64: renesas: Add Renesas R8A77970 Kconfig support X-Git-Tag: v4.19~2159^2~49^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6d21c0940490a343c6894bd78601be9e0e36f45;p=platform%2Fkernel%2Flinux-rpi.git arm64: renesas: Add Renesas R8A77970 Kconfig support Add a configuration option for the R-Car V3M SoC. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6b54ee8..a07f9b5 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