[PATCH 06/16] arm: rmobile: Add basic R9A07G044L SoC support
Marek Vasut
marek.vasut at mailbox.org
Tue Oct 3 14:46:24 CEST 2023
On 9/20/23 14:42, Paul Barker wrote:
> 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.
I was under the impression that RZ/G2L is a SoC family, so the
R9A07G044L is part of that SoC family ? Maybe just reword this paragraph
and the commit message a bit to make it less confusing.
More information about the U-Boot
mailing list