From 3ebb91914f4831df4db42675c4dd1f9a0b7548c7 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 29 Jul 2019 19:59:44 +0200 Subject: ARM: renesas: Add R8A77980 V3H Condor board code Add board code for the R8A77980 V3H Condor board. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig.64 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/arm/mach-rmobile') diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index 2d549f7bb4..c8f93c68bb 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -43,6 +43,12 @@ choice prompt "Renesas ARM64 SoCs board select" optional +config TARGET_CONDOR + bool "Condor board" + imply R8A77980 + help + Support for Renesas R-Car Gen3 Condor platform + config TARGET_DRAAK bool "Draak board" imply R8A77995 @@ -88,6 +94,7 @@ endchoice config SYS_SOC default "rmobile" +source "board/renesas/condor/Kconfig" source "board/renesas/draak/Kconfig" source "board/renesas/eagle/Kconfig" source "board/renesas/ebisu/Kconfig" -- cgit v1.2.3