diff options
author | Michel Pollet <michel.pollet@bp.renesas.com> | 2018-03-29 08:47:01 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-16 16:01:25 +0200 |
commit | 465bb120a87793037886024aace63365ff13108b (patch) | |
tree | ba0464e2cd123cfc33f1b6f6dc9db6a2eff3f193 /arch/arm/mach-shmobile | |
parent | 0c1d543b75f242f08b08e7fb63a1df2ada025903 (diff) | |
download | talos-obmc-linux-465bb120a87793037886024aace63365ff13108b.tar.gz talos-obmc-linux-465bb120a87793037886024aace63365ff13108b.zip |
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 <michel.pollet@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 6b9111455a30..96672da02f5f 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 |