From: Geert Uytterhoeven Date: Thu, 20 Jul 2017 12:29:01 +0000 (+0200) Subject: arm64: renesas: Add Renesas R8A77995 Kconfig support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4b68d283bf0922c1d0cbcaf0d3e25a99618d911;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm64: renesas: Add Renesas R8A77995 Kconfig support Add a configuration option for the R-Car D3 SoC. Note that r8a77995 is the first Renesas "r8a" SoC using a 5 digit number in its Kconfig symbol, as r8a77990 will be a different SoC. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index f5f0c813dfec..a1c9f4ed7a88 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_R8A77995 + bool "Renesas R-Car D3 SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas R-Car D3 SoC. + config ARCH_STRATIX10 bool "Altera's Stratix 10 SoCFPGA Family" help