Re: [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support

2018-04-12 Thread Simon Horman
On Wed, Apr 11, 2018 at 03:25:06PM +0200, Geert Uytterhoeven wrote:
> On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
>  wrote:
> > Add configuration option for the R-Car E3 (R8A77990) SoC.
> >
> > Signed-off-by: Yoshihiro Shimoda 
> 
> Reviewed-by: Geert Uytterhoeven 

Thanks, applied.


Re: [PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support

2018-04-11 Thread Geert Uytterhoeven
On Wed, Apr 11, 2018 at 11:35 AM, Yoshihiro Shimoda
 wrote:
> Add configuration option for the R-Car E3 (R8A77990) SoC.
>
> Signed-off-by: Yoshihiro Shimoda 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


[PATCH 3/3] arm64: renesas: Add Renesas R8A77990 Kconfig support

2018-04-11 Thread Yoshihiro Shimoda
Add configuration option for the R-Car E3 (R8A77990) SoC.

Signed-off-by: Yoshihiro Shimoda 
---
 arch/arm64/Kconfig.platforms | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2b1535c..d5aeac3 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -208,6 +208,12 @@ config ARCH_R8A77980
help
  This enables support for the Renesas R-Car V3H SoC.
 
+config ARCH_R8A77990
+   bool "Renesas R-Car E3 SoC Platform"
+   depends on ARCH_RENESAS
+   help
+ This enables support for the Renesas R-Car E3 SoC.
+
 config ARCH_R8A77995
bool "Renesas R-Car D3 SoC Platform"
depends on ARCH_RENESAS
-- 
1.9.1