]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: shmobile: Hide ARCH_RZN1 to improve consistency
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 Nov 2018 13:38:03 +0000 (14:38 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 16 Nov 2018 15:27:19 +0000 (07:27 -0800)
commit79aac4b9b2081235ecf9fb1683aa765e539dc0e2
tree2a773d1ef29a11334cf85a2b17e66e75ee67b2a8
parente743454a0f42b5acf17b5fddce9811d53e4bf24b
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>
arch/arm/mach-shmobile/Kconfig