diff mbox

[U-Boot,05/23] ARM: rmobile: Make the Gen3 SoC configurable

Message ID 20170513135753.8478-5-marek.vasut+renesas@gmail.com
State Accepted
Commit a0f64046492650adb57386e0698277716fabd3d2
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Marek Vasut May 13, 2017, 1:57 p.m. UTC
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 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Nobuhiro Iwamatsu May 13, 2017, 9:39 p.m. UTC | #1
Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:
> 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 | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> 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"
> --
> 2.11.0
>
diff mbox

Patch

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"