On Tue, Aug 28, 2018 at 05:10:11PM +0200, Geert Uytterhoeven wrote: > 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@xxxxxxxxx> > Acked-by: Arnd Bergmann <arnd@xxxxxxxx> Thanks Geert, applied for v4.20.