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