aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-05-13 15:57:35 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-05-22 04:38:25 +0900
commita0f64046492650adb57386e0698277716fabd3d2 (patch)
tree9f5c6ab1a8af9e3cd7b3bdb538f2d495c42c7e8c /arch/arm
parent43c8352e3e6b5142c9295d4934e2fd657ff6be39 (diff)
downloadu-boot-a0f64046492650adb57386e0698277716fabd3d2.zip
u-boot-a0f64046492650adb57386e0698277716fabd3d2.tar.gz
u-boot-a0f64046492650adb57386e0698277716fabd3d2.tar.bz2
ARM: rmobile: Make the Gen3 SoC configurable
Allow selecting the Gen3 SoC in preparation for RCar M3 . No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.647
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index f748c33..e0c27ed 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -1,7 +1,12 @@
if RCAR_GEN3
+choice
+ prompt "Select Target SoC"
+
config R8A7795
- bool
+ bool "Renesas SoC R8A7795"
+
+endchoice
choice
prompt "Renesus ARM64 SoCs board select"