diff options
author | Mark Brown | 2014-07-22 16:43:12 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2014-07-23 00:51:30 +0200 |
commit | 78c5e0bb145d3eac719fcad1ac1df763a71cf632 (patch) | |
tree | 804c92ee055e2247cf0537ae2cee14cb81892481 /arch/arm/mach-vexpress | |
parent | Linux 3.16-rc6 (diff) | |
download | kernel-qcow2-linux-78c5e0bb145d3eac719fcad1ac1df763a71cf632.tar.gz kernel-qcow2-linux-78c5e0bb145d3eac719fcad1ac1df763a71cf632.tar.xz kernel-qcow2-linux-78c5e0bb145d3eac719fcad1ac1df763a71cf632.zip |
PM / OPP: Remove ARCH_HAS_OPP
Since the OPP layer is a kernel library which has been converted to be
directly selectable by its callers rather than user selectable and
requiring architectures to enable it explicitly the ARCH_HAS_OPP symbol
has become redundant and can be removed. Do so.
Signed-off-by: Mark Brown <broonie@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Nishanth Menon <nm@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index d8b9330f896a..1af70329b88d 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -64,7 +64,6 @@ config ARCH_VEXPRESS_DCSCB config ARCH_VEXPRESS_SPC bool "Versatile Express Serial Power Controller (SPC)" - select ARCH_HAS_OPP select PM_OPP help The TC2 (A15x2 A7x3) versatile express core tile integrates a logic |