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:
parent
43c8352e3e
commit
a0f6404649
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue