From: Mark Brown Date: Tue, 27 May 2014 15:52:23 +0000 (+0100) Subject: arm64: Enable OPP X-Git-Tag: firefly_0821_release~3680^2~117^2~1^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c9563dfc768f176de0c9cdf398ec8a108f374d0;p=firefly-linux-kernel-4.4.55.git arm64: Enable OPP Upstream OPP has been converted into a selectable symbol by commit 049d595a4db3b (PM / OPP: Make OPP invisible to users in Kconfig) however for v3.10 it is less invasive to follow the practice in v3.10. Signed-off-by: Mark Brown --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 56b3f6d447ae..7583fd42851c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1,6 +1,7 @@ config ARM64 def_bool y select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE + select ARCH_HAS_OPP select ARCH_WANT_OPTIONAL_GPIOLIB select ARCH_WANT_COMPAT_IPC_PARSE_VERSION select ARCH_WANT_FRAME_POINTERS