diff mbox

[2/2] arm64: add Renesas R8A77980 support

Message ID 4bf1d0e3-7389-cd24-ff6a-c750d8ea42d6@cogentembedded.com (mailing list archive)
State Accepted
Commit b85e1f77d9e285e61f8aa5a3a7e2bc46431d07ee
Delegated to: Simon Horman
Headers show

Commit Message

Sergei Shtylyov Jan. 31, 2018, 7:59 p.m. UTC
Add a configuration option for the R-Car V3H (R8A77980) SoC.

Based on the original (and large) patch by Vladimir Barinov.

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm64/Kconfig.platforms |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Geert Uytterhoeven Feb. 1, 2018, 8:02 p.m. UTC | #1
On Wed, Jan 31, 2018 at 8:59 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Add a configuration option for the R-Car V3H (R8A77980) SoC.
>
> Based on the original (and large) patch by Vladimir Barinov.
>
> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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
Simon Horman Feb. 2, 2018, 8:56 a.m. UTC | #2
On Thu, Feb 01, 2018 at 09:02:47PM +0100, Geert Uytterhoeven wrote:
> On Wed, Jan 31, 2018 at 8:59 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Add a configuration option for the R-Car V3H (R8A77980) SoC.
> >
> > Based on the original (and large) patch by Vladimir Barinov.
> >
> > Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.
diff mbox

Patch

Index: renesas/arch/arm64/Kconfig.platforms
===================================================================
--- renesas.orig/arch/arm64/Kconfig.platforms
+++ renesas/arch/arm64/Kconfig.platforms
@@ -195,6 +195,12 @@  config ARCH_R8A77970
 	help
 	  This enables support for the Renesas R-Car V3M SoC.
 
+config ARCH_R8A77980
+	bool "Renesas R-Car V3H SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas R-Car V3H SoC.
+
 config ARCH_R8A77995
 	bool "Renesas R-Car D3 SoC Platform"
 	depends on ARCH_RENESAS