soc: renesas: Remove ARCH_R8A7795

Replace the final user of CONFIG_ARCH_R8A7795 by CONFIG_ARCH_R8A77950 ||
CONFIG_ARCH_R8A77951, and remove the now unused CONFIG_ARCH_R8A7795
symbol definition.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200218112449.5723-1-geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2020-02-18 12:24:49 +01:00
parent 107539fb7f
commit 4ff2711228
2 changed files with 11 additions and 11 deletions

View File

@ -193,19 +193,19 @@ config ARCH_R8A774C0
This enables support for the Renesas RZ/G2E SoC. This enables support for the Renesas RZ/G2E SoC.
config ARCH_R8A77950 config ARCH_R8A77950
bool bool "Renesas R-Car H3 ES1.x SoC Platform"
config ARCH_R8A77951
bool
config ARCH_R8A7795
bool "Renesas R-Car H3 SoC Platform"
select ARCH_R8A77950
select ARCH_R8A77951
select ARCH_RCAR_GEN3 select ARCH_RCAR_GEN3
select SYSC_R8A7795 select SYSC_R8A7795
help help
This enables support for the Renesas R-Car H3 SoC. This enables support for the Renesas R-Car H3 SoC (revision 1.x).
config ARCH_R8A77951
bool "Renesas R-Car H3 ES2.0+ SoC Platform"
select ARCH_RCAR_GEN3
select SYSC_R8A7795
help
This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
later).
config ARCH_R8A77960 config ARCH_R8A77960
bool "Renesas R-Car M3-W SoC Platform" bool "Renesas R-Car M3-W SoC Platform"

View File

@ -259,7 +259,7 @@ static const struct of_device_id renesas_socs[] __initconst = {
#ifdef CONFIG_ARCH_R8A7794 #ifdef CONFIG_ARCH_R8A7794
{ .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 }, { .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 },
#endif #endif
#ifdef CONFIG_ARCH_R8A7795 #if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951)
{ .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 }, { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
#endif #endif
#ifdef CONFIG_ARCH_R8A77960 #ifdef CONFIG_ARCH_R8A77960