Skip to content

Commit

Permalink
ARM: mv78xx0: use "depends on" instead of "if" after prompt
Browse files Browse the repository at this point in the history
This platform recently moved to multi-platform, so missed the global
fixup by commit e324654 ("ARM: use "depends on" for SoC configs
instead of "if" after prompt").  Fix it now.

Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
masahir0y authored and gclement committed Jan 25, 2016
1 parent 92e963f commit 727c62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-mv78xx0/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 727c62d

Please sign in to comment.