[PATCH 06/16] arm: rmobile: Add basic R9A07G044L SoC support
Paul Barker
paul.barker.ct at bp.renesas.com
Wed Sep 20 14:42:02 CEST 2023
Add a config option for the R9A07G044L SoC used in the RZ/G2L so that we
can make use of this in the subsequent driver patches.
Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz at bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
---
arch/arm/mach-rmobile/Kconfig.rzg2l | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mach-rmobile/Kconfig.rzg2l b/arch/arm/mach-rmobile/Kconfig.rzg2l
index 37ff6cd34160..266f82c18085 100644
--- a/arch/arm/mach-rmobile/Kconfig.rzg2l
+++ b/arch/arm/mach-rmobile/Kconfig.rzg2l
@@ -3,6 +3,11 @@
if RZG2L
+config R9A07G044L
+ bool "Renesas R9A07G044L SoC"
+ help
+ Enable support for the R9A07G044L SoC used in the RZ/G2L.
+
config MULTI_DTB_FIT_UNCOMPRESS_SZ
default 0x80000 if TARGET_RZG2L_SMARC_EVK
--
2.34.1
More information about the U-Boot
mailing list