From: Masahiro Yamada Date: Mon, 25 Jan 2016 11:44:10 +0000 (+0900) Subject: ARM: mv78xx0: use "depends on" instead of "if" after prompt X-Git-Tag: v4.6-rc1~77^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=727c62d29c3a0b982fb72ef993db95e9d2036e07;p=thirdparty%2Fkernel%2Flinux.git ARM: mv78xx0: use "depends on" instead of "if" after prompt 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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig index a32575fa3fba4..c32f85559c650 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