soc: renesas: Introduce ARCH_RCAR_GEN4
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 25 Jan 2024 15:34:38 +0000 (16:34 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 31 Jan 2024 14:08:41 +0000 (15:08 +0100)
commitae286bd7e9ed889b7284aa8bdb321a9938cc89ca
tree7125fdaa201aa07d3a4b07be9bbd68a2b0492213
parent6613476e225e090cc9aad49be7fa504e290dd33d
soc: renesas: Introduce ARCH_RCAR_GEN4

Currently, all Kconfig symbols for R-Car Gen4 SoCs select the
ARCH_RCAR_GEN3 SoC family symbol, which might confuse the casual reader.

Fix this by introducing a new SoC family symbol for R-Car Gen4 SoCs.
For now this just selects ARCH_RCAR_GEN3, to avoid duplication, and to
relax dependencies.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/a283913ba7a39ec2dae0ebf9fc2b06096f009511.1706194617.git.geert+renesas@glider.be
drivers/soc/renesas/Kconfig