diff mbox series

[4.19.y-cip,03/39] soc: renesas: Add Renesas R8A774B1 config option

Message ID 1576668829-59767-4-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State Accepted
Delegated to: Chris Paterson
Headers show
Series Add RZ/G2N SYSC/RST/Clock/PFC support | expand

Commit Message

Biju Das Dec. 18, 2019, 11:33 a.m. UTC
commit d634055c4b0f8c24269959f64b7d4a1a8d87d630 upstream.

Add configuration option for the RZ/G2N (R8A774B1) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Link: https://lore.kernel.org/r/1567675844-19247-4-git-send-email-biju.das@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
[Biju: Backported to 4.19-cip kernel]
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 arch/arm64/Kconfig.platforms | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Pavel Machek Dec. 18, 2019, 7:28 p.m. UTC | #1
Hi!

> Add configuration option for the RZ/G2N (R8A774B1) SoC.

Normally, config option should be close to the end of the series
(having it in the begining can be surprising during the bisect, for
example).

Best regards,
								Pavel

> +++ b/arch/arm64/Kconfig.platforms
> @@ -195,6 +195,12 @@ config ARCH_R8A774A1
>  	help
>  	  This enables support for the Renesas RZ/G2M SoC.
>  
> +config ARCH_R8A774B1
> +	bool "Renesas RZ/G2N SoC Platform"
> +	depends on ARCH_RENESAS
> +	help
> +	  This enables support for the Renesas RZ/G2N SoC.
> +
>  config ARCH_R8A774C0
>  	bool "Renesas RZ/G2E SoC Platform"
>  	depends on ARCH_RENESAS
Biju Das Dec. 19, 2019, 7:41 a.m. UTC | #2
Hi Pavel,

Thanks for the feedback.

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Wednesday, December 18, 2019 7:28 PM
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>;
> Chris Paterson <Chris.Paterson2@renesas.com>; Marian-Cristian Rotariu
> <marian-cristian.rotariu.rb@bp.renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>
> Subject: Re: [PATCH 4.19.y-cip 03/39] soc: renesas: Add Renesas R8A774B1
> config option
> 
> Hi!
> 
> > Add configuration option for the RZ/G2N (R8A774B1) SoC.
> 
> Normally, config option should be close to the end of the series (having it in
> the begining can be surprising during the bisect, for example).

Enabling config option should be close to the end of the series. By adding config option in the early stage
allow us to verify each patch that we are adding is compiled properly.

Regards,
Biju

[>] 
> 
> > +++ b/arch/arm64/Kconfig.platforms
> > @@ -195,6 +195,12 @@ config ARCH_R8A774A1
> >  	help
> >  	  This enables support for the Renesas RZ/G2M SoC.
> >
> > +config ARCH_R8A774B1
> > +	bool "Renesas RZ/G2N SoC Platform"
> > +	depends on ARCH_RENESAS
> > +	help
> > +	  This enables support for the Renesas RZ/G2N SoC.
> > +
> >  config ARCH_R8A774C0
> >  	bool "Renesas RZ/G2E SoC Platform"
> >  	depends on ARCH_RENESAS
> 
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a6f9b64..b624cce 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -195,6 +195,12 @@  config ARCH_R8A774A1
 	help
 	  This enables support for the Renesas RZ/G2M SoC.
 
+config ARCH_R8A774B1
+	bool "Renesas RZ/G2N SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas RZ/G2N SoC.
+
 config ARCH_R8A774C0
 	bool "Renesas RZ/G2E SoC Platform"
 	depends on ARCH_RENESAS