diff mbox series

[RFC,INTERNAL,1/2] soc: renesas: Add ARCH_RENESAS_ARM64 Kconfig option

Message ID 20250327090321.15394-2-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series soc: renesas: Introduce ARCH_RENESAS_ARM64 | expand

Commit Message

Prabhakar March 27, 2025, 9:03 a.m. UTC
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

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@bp.renesas.com>
---
 drivers/soc/renesas/Kconfig | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
diff mbox series

Patch

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