arm64: renesas: Remove the ARCH_SHMOBILE Kconfig symbol
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Aug 2018 15:10:11 +0000 (17:10 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 30 Aug 2018 14:17:28 +0000 (16:17 +0200)
commit0964d66036edde3fd0813b0146066f293ff1ba66
tree8f7ed6f13676c9da3915ac7e8f7a66085000f81a
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
arm64: renesas: Remove the ARCH_SHMOBILE Kconfig symbol

The Kconfig symbol for Renesas 64-bit ARM SoCs has always been
ARCH_RENESAS, with ARCH_SHMOBILE being selected to reuse drivers shared
with Renesas 32-bit ARM and/or Renesas SuperH SH-Mobile SoCs.

Commit 9b5ba0df4ea4f940 ("ARM: shmobile: Introduce ARCH_RENESAS")
started the conversion from ARCH_SHMOBILE to ARCH_RENESAS for Renesas
32-bit SoCs.  Now all drivers for Renesas ARM SoCs have gained proper
ARCH_RENESAS platform dependencies, there is no longer a need to select
ARCH_SHMOBILE.

With ARCH_SHMOBILE gone, move the ARCH_RENESAS section up, to restore
alphabetical sort order.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/Kconfig.platforms