aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-07-29 19:59:44 +0200
committerMarek Vasut <marex@denx.de>2019-08-09 23:15:01 +0200
commit3ebb91914f4831df4db42675c4dd1f9a0b7548c7 (patch)
treee9f4ecadbb24bc0b3485e636780ffe731a7f30c5 /arch/arm/mach-rmobile
parent57ede1a3d430544ecde2f3e08fb8d19586d00cc1 (diff)
downloadu-boot-3ebb91914f4831df4db42675c4dd1f9a0b7548c7.tar.gz
ARM: renesas: Add R8A77980 V3H Condor board code
Add board code for the R8A77980 V3H Condor board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.647
1 files changed, 7 insertions, 0 deletions
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"