diff mbox

arm64: defconfig: enable R8A77970 SoC

Message ID 20170922213634.084486879@cogentembedded.com (mailing list archive)
State Accepted
Commit bb58b29899ff9c6d1e97727ec05b500e832ebd7d
Headers show

Commit Message

Sergei Shtylyov Sept. 22, 2017, 9:36 p.m. UTC
Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.

Suggested-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the ARM64 repo's 'for-next/core' branch plus the patch
enabling R8A77995 SoC (https://patchwork.kernel.org/patch/9905747/).

 arch/arm64/configs/defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Geert Uytterhoeven Sept. 23, 2017, 11:05 a.m. UTC | #1
On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
>
> Suggested-by: Simon Horman <horms@verge.net.au>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Acked-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 Sept. 25, 2017, 7:21 a.m. UTC | #2
On Sat, Sep 23, 2017 at 01:05:25PM +0200, Geert Uytterhoeven wrote:
> On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
> >
> > Suggested-by: Simon Horman <horms@verge.net.au>
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.
diff mbox

Patch

Index: linux/arch/arm64/configs/defconfig
===================================================================
--- linux.orig/arch/arm64/configs/defconfig
+++ linux/arch/arm64/configs/defconfig
@@ -50,6 +50,7 @@  CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ARCH_R8A7795=y
 CONFIG_ARCH_R8A7796=y
+CONFIG_ARCH_R8A77970=y
 CONFIG_ARCH_R8A77995=y
 CONFIG_ARCH_STRATIX10=y
 CONFIG_ARCH_TEGRA=y