projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c8352
)
ARM: rmobile: Make the Gen3 SoC configurable
author
Marek Vasut
<marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:35 +0000
(15:57 +0200)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Sun, 21 May 2017 19:38:25 +0000
(
04:38
+0900)
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>
arch/arm/mach-rmobile/Kconfig.64
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig.64
b/arch/arm/mach-rmobile/Kconfig.64
index f748c33a3efc90cbb9026ca6415219bbc68e8700..e0c27ed9c66d1bcb1d8869be9dc069bc060c2cce 100644
(file)
--- 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"