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>
This commit is contained in:
Marek Vasut 2017-05-13 15:57:35 +02:00 committed by Nobuhiro Iwamatsu
parent 43c8352e3e
commit a0f6404649

View file

@ -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"