
On 10/4/23 09:59, Paul Barker wrote:
On 03/10/2023 13:46, Marek Vasut wrote:
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@bp.renesas.com Reviewed-by: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar prabhakar.mahadev-lad.rj@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.
The confusion is hard to avoid (see my reply re patch 5 of this series), but I'll see if I can improve this a bit in v2.
So uh ... RZ/G2L is both the name of R9A07G044L SoC (what's the R9... model number of e.g. RZ/G2LC?) and a family name ?