diff mbox series

[3/3] arm64: Add Renesas R8A774B1 support

Message ID 1567675844-19247-4-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State Mainlined
Commit d634055c4b0f8c24269959f64b7d4a1a8d87d630
Delegated to: Geert Uytterhoeven
Headers show
Series RZ/G2N SoC identification support | expand

Commit Message

Biju Das Sept. 5, 2019, 9:30 a.m. UTC
Add configuration option for the RZ/G2N (R8A774B1) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/soc/renesas/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Geert Uytterhoeven Sept. 9, 2019, 12:30 p.m. UTC | #1
On Thu, Sep 5, 2019 at 11:37 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Add configuration option for the RZ/G2N (R8A774B1) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.5, with the one-line summary
changed to "soc: renesas: Add Renesas R8A774B1 config option".

Gr{oetje,eeting}s,

                        Geert
Biju Das Sept. 9, 2019, 12:32 p.m. UTC | #2
> Subject: Re: [PATCH 3/3] arm64: Add Renesas R8A774B1 support
> 
> On Thu, Sep 5, 2019 at 11:37 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > Add configuration option for the RZ/G2N (R8A774B1) SoC.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will
> queue in renesas-devel for v5.5, with the one-line summary changed to "soc:
> renesas: Add Renesas R8A774B1 config option".

Thanks Geert.

> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
> m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
diff mbox series

Patch

diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 3c5e017..d6a7df3 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -178,6 +178,12 @@  config ARCH_R8A774A1
 	help
 	  This enables support for the Renesas RZ/G2M SoC.
 
+config ARCH_R8A774B1
+	bool "Renesas RZ/G2N SoC Platform"
+	select ARCH_RCAR_GEN3
+	help
+	  This enables support for the Renesas RZ/G2N SoC.
+
 config ARCH_R8A774C0
 	bool "Renesas RZ/G2E SoC Platform"
 	select ARCH_RCAR_GEN3