aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-02-18 12:24:49 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-02-21 14:39:58 +0100
commit4ff27112282e5482d618ea93837fe416af671bc2 (patch)
tree5a64ad9af45e67b454b997b77e18f99eca8e95c2 /drivers/soc/renesas/Kconfig
parentsoc: renesas: rcar-sysc: Use the correct style for SPDX License Identifier (diff)
downloadlinux-dev-4ff27112282e5482d618ea93837fe416af671bc2.tar.xz
linux-dev-4ff27112282e5482d618ea93837fe416af671bc2.zip
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
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r--drivers/soc/renesas/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index ba2b8b51d2d9..7f154517b91c 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -193,19 +193,19 @@ config ARCH_R8A774C0
This enables support for the Renesas RZ/G2E SoC.
config ARCH_R8A77950
- bool
+ bool "Renesas R-Car H3 ES1.x SoC Platform"
+ select ARCH_RCAR_GEN3
+ select SYSC_R8A7795
+ help
+ This enables support for the Renesas R-Car H3 SoC (revision 1.x).
config ARCH_R8A77951
- bool
-
-config ARCH_R8A7795
- bool "Renesas R-Car H3 SoC Platform"
- select ARCH_R8A77950
- select 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.
+ This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
+ later).
config ARCH_R8A77960
bool "Renesas R-Car M3-W SoC Platform"