Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c65cd255 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Olof Johansson
Browse files

ARM: realview: use "depends on" instead of "if" after prompt



This platform recently moved to multi-platform, so missed the global
fixup by commit e3246542 ("ARM: use "depends on" for SoC configs
instead of "if" after prompt").  Fix it now.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 990591ee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
menuconfig ARCH_REALVIEW
	bool "ARM Ltd. RealView family" if ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7
	bool "ARM Ltd. RealView family"
	depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7
	select ARM_AMBA
	select ARM_TIMER_SP804
	select COMMON_CLK_VERSATILE