* [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
@ 2016-01-25 11:40 ` Masahiro Yamada
0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2016-01-25 11:40 UTC (permalink / raw)
To: linux-arm-kernel
This platform was recently added, so missed the global fixup by
commit e32465429490 ("ARM: use "depends on" for SoC configs instead
of "if" after prompt"). Fix it now.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/mach-tango/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-tango/Kconfig b/arch/arm/mach-tango/Kconfig
index d6a3714..ebe15b9 100644
--- a/arch/arm/mach-tango/Kconfig
+++ b/arch/arm/mach-tango/Kconfig
@@ -1,5 +1,6 @@
config ARCH_TANGO
- bool "Sigma Designs Tango4 (SMP87xx)" if ARCH_MULTI_V7
+ bool "Sigma Designs Tango4 (SMP87xx)"
+ depends on ARCH_MULTI_V7
# Cortex-A9 MPCore r3p0, PL310 r3p2
select ARCH_HAS_HOLES_MEMORYMODEL
select ARM_ERRATA_754322
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
@ 2016-01-25 11:40 ` Masahiro Yamada
0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2016-01-25 11:40 UTC (permalink / raw)
To: linux-arm-kernel, arm
Cc: Masahiro Yamada, Russell King, Marc Gonzalez, linux-kernel
This platform was recently added, so missed the global fixup by
commit e32465429490 ("ARM: use "depends on" for SoC configs instead
of "if" after prompt"). Fix it now.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/mach-tango/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-tango/Kconfig b/arch/arm/mach-tango/Kconfig
index d6a3714..ebe15b9 100644
--- a/arch/arm/mach-tango/Kconfig
+++ b/arch/arm/mach-tango/Kconfig
@@ -1,5 +1,6 @@
config ARCH_TANGO
- bool "Sigma Designs Tango4 (SMP87xx)" if ARCH_MULTI_V7
+ bool "Sigma Designs Tango4 (SMP87xx)"
+ depends on ARCH_MULTI_V7
# Cortex-A9 MPCore r3p0, PL310 r3p2
select ARCH_HAS_HOLES_MEMORYMODEL
select ARM_ERRATA_754322
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
2016-01-25 11:40 ` Masahiro Yamada
@ 2016-01-25 12:20 ` Marc Gonzalez
-1 siblings, 0 replies; 6+ messages in thread
From: Marc Gonzalez @ 2016-01-25 12:20 UTC (permalink / raw)
To: linux-arm-kernel
On 25/01/2016 12:40, Masahiro Yamada wrote:
> This platform was recently added, so missed the global fixup by
> commit e32465429490 ("ARM: use "depends on" for SoC configs instead
> of "if" after prompt"). Fix it now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> arch/arm/mach-tango/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
@ 2016-01-25 12:20 ` Marc Gonzalez
0 siblings, 0 replies; 6+ messages in thread
From: Marc Gonzalez @ 2016-01-25 12:20 UTC (permalink / raw)
To: Masahiro Yamada, linux-arm-kernel, arm; +Cc: Russell King, linux-kernel
On 25/01/2016 12:40, Masahiro Yamada wrote:
> This platform was recently added, so missed the global fixup by
> commit e32465429490 ("ARM: use "depends on" for SoC configs instead
> of "if" after prompt"). Fix it now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> arch/arm/mach-tango/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
2016-01-25 11:40 ` Masahiro Yamada
@ 2016-02-01 20:19 ` Olof Johansson
-1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2016-02-01 20:19 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 25, 2016 at 08:40:44PM +0900, Masahiro Yamada wrote:
> This platform was recently added, so missed the global fixup by
> commit e32465429490 ("ARM: use "depends on" for SoC configs instead
> of "if" after prompt"). Fix it now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Applied to fixes.
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: tango: use "depends on" instead of "if" after prompt
@ 2016-02-01 20:19 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2016-02-01 20:19 UTC (permalink / raw)
To: Masahiro Yamada
Cc: linux-arm-kernel, arm, Russell King, Marc Gonzalez, linux-kernel
On Mon, Jan 25, 2016 at 08:40:44PM +0900, Masahiro Yamada wrote:
> This platform was recently added, so missed the global fixup by
> commit e32465429490 ("ARM: use "depends on" for SoC configs instead
> of "if" after prompt"). Fix it now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Applied to fixes.
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-01 20:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 11:40 [PATCH] ARM: tango: use "depends on" instead of "if" after prompt Masahiro Yamada
2016-01-25 11:40 ` Masahiro Yamada
2016-01-25 12:20 ` Marc Gonzalez
2016-01-25 12:20 ` Marc Gonzalez
2016-02-01 20:19 ` Olof Johansson
2016-02-01 20:19 ` Olof Johansson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.