Skip to content

Commit 79aac4b

Browse files
geertuhorms
authored andcommitted
ARM: shmobile: Hide ARCH_RZN1 to improve consistency
Unlike all other family-specific Kconfig symbols for Renesas ARM SoCs, ARCH_RZN1 is user-visible. As this symbol is already selected by the SoC-specific ARCH_R9A06G032 symbol, there is no need for that. Hide ARCH_RZN1 from the user, and move it up, where all other family-specific Kconfig symbols live. Drop the select of CPU_V7, as this is already implied by the dependency of ARCH_RENESAS on ARCH_MULTI_V7. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent e743454 commit 79aac4b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

arch/arm/mach-shmobile/Kconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ config ARCH_RMOBILE
2525
select SYS_SUPPORTS_SH_CMT
2626
select SYS_SUPPORTS_SH_TMU
2727

28+
config ARCH_RZN1
29+
bool
30+
select ARM_AMBA
31+
2832
menuconfig ARCH_RENESAS
2933
bool "Renesas ARM SoCs"
3034
depends on ARCH_MULTI_V7 && MMU
@@ -128,11 +132,6 @@ config ARCH_R9A06G032
128132
bool "RZ/N1D (R9A06G032)"
129133
select ARCH_RZN1
130134

131-
config ARCH_RZN1
132-
bool "RZ/N1 (R9A06G0xx) Family"
133-
select ARM_AMBA
134-
select CPU_V7
135-
136135
config ARCH_SH73A0
137136
bool "SH-Mobile AG5 (R8A73A00)"
138137
select ARCH_RMOBILE

0 commit comments

Comments
 (0)