* [PATCH] ARM: mv78xx0: use "depends on" instead of "if" after prompt
@ 2016-01-25 11:44 Masahiro Yamada
2016-01-25 15:43 ` Gregory CLEMENT
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-01-25 11:44 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Andrew Lunn, Sebastian Hesselbarth, Jason Cooper,
Gregory Clement, Masahiro Yamada, linux-kernel, Russell King
This platform recently moved to multi-platform, 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-mv78xx0/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig
index a32575f..c32f855 100644
--- a/arch/arm/mach-mv78xx0/Kconfig
+++ b/arch/arm/mach-mv78xx0/Kconfig
@@ -1,5 +1,6 @@
menuconfig ARCH_MV78XX0
- bool "Marvell MV78xx0" if ARCH_MULTI_V5
+ bool "Marvell MV78xx0"
+ depends on ARCH_MULTI_V5
select ARCH_REQUIRE_GPIOLIB
select CPU_FEROCEON
select MVEBU_MBUS
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] ARM: mv78xx0: use "depends on" instead of "if" after prompt
2016-01-25 11:44 [PATCH] ARM: mv78xx0: use "depends on" instead of "if" after prompt Masahiro Yamada
@ 2016-01-25 15:43 ` Gregory CLEMENT
0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2016-01-25 15:43 UTC (permalink / raw)
To: Masahiro Yamada
Cc: linux-arm-kernel, Andrew Lunn, Sebastian Hesselbarth,
Jason Cooper, linux-kernel, Russell King
Hi Masahiro,
On lun., janv. 25 2016, Masahiro Yamada <yamada.masahiro@socionext.com> wrote:
> This platform recently moved to multi-platform, 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 on mvebu/cleanup
Thanks,
Gregory
> ---
>
> arch/arm/mach-mv78xx0/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig
> index a32575f..c32f855 100644
> --- a/arch/arm/mach-mv78xx0/Kconfig
> +++ b/arch/arm/mach-mv78xx0/Kconfig
> @@ -1,5 +1,6 @@
> menuconfig ARCH_MV78XX0
> - bool "Marvell MV78xx0" if ARCH_MULTI_V5
> + bool "Marvell MV78xx0"
> + depends on ARCH_MULTI_V5
> select ARCH_REQUIRE_GPIOLIB
> select CPU_FEROCEON
> select MVEBU_MBUS
> --
> 1.9.1
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-25 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 11:44 [PATCH] ARM: mv78xx0: use "depends on" instead of "if" after prompt Masahiro Yamada
2016-01-25 15:43 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®