From patchwork Tue Jun 30 14:30:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Ford X-Patchwork-Id: 243139 List-Id: U-Boot discussion From: aford173 at gmail.com (Adam Ford) Date: Tue, 30 Jun 2020 09:30:06 -0500 Subject: [PATCH V3 1/6] ARM: renesas: Add basic R8A774A1 Support In-Reply-To: <20200630143011.423859-1-aford173@gmail.com> References: <20200630143011.423859-1-aford173@gmail.com> Message-ID: <20200630143011.423859-2-aford173@gmail.com> In order to build boards based on the R8A774A1, there needs to be a config option from which to enable other drivers and/or flags for this SoC. Signed-off-by: Adam Ford --- V3: No change V2: No change diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index c8f93c68bb..bfd513a361 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -2,6 +2,9 @@ if RCAR_GEN3 menu "Select Target SoC" +config R8A774A1 + bool "Renesas SoC R8A774A1" + config R8A7795 bool "Renesas SoC R8A7795" imply CLK_R8A7795