arm64: add ARCH_HAS_OPP to allow enabling OPP library
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 8 May 2014 15:15:07 +0000 (16:15 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 2 Jun 2014 09:51:17 +0000 (10:51 +0100)
The Operating Performance Point (OPP) Layer library is a generic
library used by CPUFREQ and DEVFREQ. It can be enabled only on the
platforms that specify ARCH_HAS_OPP option.

This patch selects that option in order to allow ARM64 based platforms
to use OPP library.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/Kconfig

index 0383b94..14ee103 100644 (file)
@@ -1,6 +1,7 @@
 config ARM64
        def_bool y
        select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
+       select ARCH_HAS_OPP
        select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
        select ARCH_USE_CMPXCHG_LOCKREF
        select ARCH_WANT_OPTIONAL_GPIOLIB