From: Michel Pollet Date: Thu, 29 Mar 2018 07:47:01 +0000 (+0100) Subject: ARM: shmobile: Add the RZ/N1 arch to the shmobile Kconfig X-Git-Tag: v5.15~8506^2~16^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=465bb120a87793037886024aace63365ff13108b;p=platform%2Fkernel%2Flinux-starfive.git ARM: shmobile: Add the RZ/N1 arch to the shmobile Kconfig Add the RZ/N1 Family (Part #R9A06G0xx) ARCH config to the rest of the Renesas SoC collection. Signed-off-by: Michel Pollet Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 6b91114..96672da 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -114,6 +114,11 @@ config ARCH_R8A7794 bool "R-Car E2 (R8A77940)" select ARCH_RCAR_GEN2 +config ARCH_RZN1 + bool "RZ/N1 (R9A06G0xx) Family" + select ARM_AMBA + select CPU_V7 + config ARCH_SH73A0 bool "SH-Mobile AG5 (R8A73A00)" select ARCH_RMOBILE