From 4c9563dfc768f176de0c9cdf398ec8a108f374d0 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 27 May 2014 16:52:23 +0100 Subject: [PATCH] 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 --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1