OSDN Git Service

arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 Nov 2018 13:48:41 +0000 (14:48 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 16 Nov 2018 15:27:19 +0000 (07:27 -0800)
commitfa43948f6736b74c5840ec0b028d3662caf0f558
treefc51f0731b4dd628af2b5d944c48a593e94f1a23
parent79aac4b9b2081235ecf9fb1683aa765e539dc0e2
arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/

arch/arm64/Kconfig.platforms has SoC-specific Kconfig symbols for
Renesas SoCs, while other vendors have only a single Kconfig symbol.

Increase consistency with other vendors by moving the SoC-specific
Kconfig symbols to drivers/soc/renesas/Kconfig.

Increase consistency with R-Car Gen1 and Gen2 SoCs on arm32 by
introducing a family-specific Kconfig symbol for R-Car Gen3
(ARCH_RCAR_GEN3), which enables family-specific hardware features.
While so far only a single family (R-Car Gen3 and derivatives) of
Renesas arm64 SoCs is supported by Linux, this will make it easier
to add support for other SoC families later.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/Kconfig.platforms
drivers/soc/renesas/Kconfig