aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/Kconfig
diff options
context:
space:
mode:
authormark hambleton <mahamble@broadcom.com>2013-01-18 14:16:19 +0000
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:05:13 +0100
commit13a7b5d65608f7a8051487eb5cd5a343ed9da896 (patch)
tree9609e4771a8df7797ea12f7f6af4daef51beb66c /arch/arm/mach-vexpress/Kconfig
parent0251cea2c008e018aea480a275b05dda36bef55f (diff)
Use dts compatible node to init cpuidle-tc2
Change the init code for cpuidle-tc2 to check for a compatible node in the devicetree of "arm,generic" in preparation for moving it to driver/cpuidle. Rename functions / variable from tc2_ to bl_. Signed-off-by: mark hambleton <mahamble@broadcom.com>
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r--arch/arm/mach-vexpress/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index ceb7ef03d0f..1ce8798e7ee 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -65,15 +65,4 @@ config ARCH_VEXPRESS_TC2
help
Support for CPU and cluster power management on TC2.
-config VEXPRESS_TC2_CPUIDLE
- bool "cpuidle support for TC2 test-chip (EXPERIMENTAL)"
- depends on CPU_IDLE && PM && ARCH_VEXPRESS_TC2
- select ARM_CPU_SUSPEND
- select ARM_SPC
- help
- Provides code that enables CPU idle power management on the
- TC2 testchip. It enables the CPU idle driver so that the kernel
- can enter cluster power down states provided by the power
- controller.
-
endmenu