[PATCH 2/2] arm64: add Renesas R8A77980 support
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Wed Jan 31 11:59:03 PST 2018
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 at cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com>
---
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)
Index: renesas/arch/arm64/Kconfig.platforms
===================================================================
--- renesas.orig/arch/arm64/Kconfig.platforms
+++ renesas/arch/arm64/Kconfig.platforms
@@ -195,6 +195,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
More information about the linux-arm-kernel
mailing list