]> Git Repo - J-u-boot.git/commitdiff
arm: renesas: Add config option for R8A774E1 SoC
authorBiju Das <[email protected]>
Mon, 12 Oct 2020 15:16:15 +0000 (16:16 +0100)
committerMarek Vasut <[email protected]>
Tue, 20 Oct 2020 10:56:46 +0000 (12:56 +0200)
Add config support for RZ/G2H(a.k.a R8A774E1) SoC.

Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Lad Prabhakar <[email protected]>
arch/arm/mach-rmobile/Kconfig.64

index 3b53266a61e28ccefd8fef49f0545b697d1656d9..0d55b74c42437411e46429ef6246b0f4be775b0d 100644 (file)
@@ -8,6 +8,9 @@ config R8A774A1
 config R8A774B1
        bool "Renesas SoC R8A774B1"
 
+config R8A774E1
+       bool "Renesas SoC R8A774E1"
+
 config R8A7795
        bool "Renesas SoC R8A7795"
        imply CLK_R8A7795
This page took 0.035825 seconds and 4 git commands to generate.