From: Marek Vasut Date: Sat, 13 May 2017 13:57:35 +0000 (+0200) Subject: ARM: rmobile: Make the Gen3 SoC configurable X-Git-Tag: v2017.07-rc1~191^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0f64046492650adb57386e0698277716fabd3d2;p=u-boot 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 Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index f748c33a3e..e0c27ed9c6 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"