diff options
author | Michel Pollet <michel.pollet@bp.renesas.com> | 2018-04-17 07:04:16 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-23 06:07:43 -0400 |
commit | d9dcd6c1c646496e5e306baabce330457cdf478c (patch) | |
tree | 13bb57976a4899c902475c6483ff73ca34c76ce9 | |
parent | d9be9ceb1f72c7ac216ba164b6b15cf19e6e56b4 (diff) |
arm: shmobile: Add the RZ/N1D (R9A06G032) to the shmobile Kconfig
Add the RZ/N1D SoC to the reset of the Renesas SoC Collection.
Signed-off-by: Michel Pollet <michel.pollet@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 96672da02f5f..fcc273f127bf 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -114,6 +114,10 @@ config ARCH_R8A7794 | |||
114 | bool "R-Car E2 (R8A77940)" | 114 | bool "R-Car E2 (R8A77940)" |
115 | select ARCH_RCAR_GEN2 | 115 | select ARCH_RCAR_GEN2 |
116 | 116 | ||
117 | config ARCH_R9A06G032 | ||
118 | bool "RZ/N1D (R9A06G032)" | ||
119 | select ARCH_RZN1 | ||
120 | |||
117 | config ARCH_RZN1 | 121 | config ARCH_RZN1 |
118 | bool "RZ/N1 (R9A06G0xx) Family" | 122 | bool "RZ/N1 (R9A06G0xx) Family" |
119 | select ARM_AMBA | 123 | select ARM_AMBA |