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

Commit 036a5cf8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Krzysztof Kozlowski
Browse files

ARM: s3c64xx: 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 avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 81c25846
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,8 @@
#
#
# Licensed under GPLv2
# Licensed under GPLv2
menuconfig ARCH_S3C64XX
menuconfig ARCH_S3C64XX
	bool "Samsung S3C64XX" if ARCH_MULTI_V6
	bool "Samsung S3C64XX"
	depends on ARCH_MULTI_V6
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select ARM_AMBA
	select ARM_AMBA
	select ARM_VIC
	select ARM_VIC