diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-10-09 21:08:10 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-12-09 13:36:27 +0100 |
commit | d21f08ba818138ed3f81ab755021bdae28c17690 (patch) | |
tree | 1f408f844066544019a3174161c175892d433948 /arch/arm/mach-rmobile | |
parent | 9e4a63736e50e99134e04321e7e6bdd2e5d7d694 (diff) | |
download | u-boot-d21f08ba818138ed3f81ab755021bdae28c17690.tar.gz |
ARM: rmobile: Add R8A77970 V3M Eagle board
Add bits to support yet another board, the R8A77970 V3M Eagle.
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.64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index 5df72e832e..f22cd5269a 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -21,6 +21,11 @@ choice prompt "Renesus ARM64 SoCs board select" optional +config TARGET_EAGLE + bool "Eagle board" + help + Support for Renesas R-Car Gen3 Eagle platform + config TARGET_SALVATOR_X bool "Salvator-X board" help @@ -36,6 +41,7 @@ endchoice config SYS_SOC default "rmobile" +source "board/renesas/eagle/Kconfig" source "board/renesas/salvator-x/Kconfig" source "board/renesas/ulcb/Kconfig" |