From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Introduce a new `ARCH_RENESAS_ARM64` Kconfig option to simplify the selection of all ARM64-based Renesas SoCs. This allows for easier configuration when building kernels for multiple Renesas ARM64 platforms by selecting a single option instead of enabling each SoC individually. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> --- drivers/soc/renesas/Kconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 49648cf28bd2..8a6c429965b7 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -195,6 +195,32 @@ endif # ARM if ARM64 +config ARCH_RENESAS_ARM64 + bool "Select all ARM64 Renesas SoCs" + select ARCH_R8A77995 + select ARCH_R8A77990 + select ARCH_R8A77951 + select ARCH_R8A77965 + select ARCH_R8A77960 + select ARCH_R8A77961 + select ARCH_R8A779F0 + select ARCH_R8A77980 + select ARCH_R8A77970 + select ARCH_R8A779A0 + select ARCH_R8A779G0 + select ARCH_R8A779H0 + select ARCH_R8A774C0 + select ARCH_R8A774E1 + select ARCH_R8A774A1 + select ARCH_R8A774B1 + select ARCH_R9A07G043 + select ARCH_R9A07G044 + select ARCH_R9A07G054 + select ARCH_R9A08G045 + select ARCH_R9A09G011 + select ARCH_R9A09G047 + select ARCH_R9A09G057 + config ARCH_R8A77995 bool "ARM64 Platform support for R-Car D3" select ARCH_RCAR_GEN3 -- 2.49.0