aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2012-10-19 20:48:50 -0400
committerJon Medhurst <tixy@linaro.org>2013-05-03 13:46:59 +0100
commit5215cc6c44ce1b882b1e63d7ff2e76234b943417 (patch)
tree94490f8ef93af06a2b7f3d7755dc753be01a75d7 /arch/arm/mach-vexpress/Kconfig
parenteedf05bea83c12b323719560bfa42c10491d9b4e (diff)
ARM: TC2: basic PM support
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r--arch/arm/mach-vexpress/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 2dec389c58b..5a99485138c 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -66,4 +66,12 @@ config ARCH_VEXPRESS_TC2_PM
config ARCH_VEXPRESS_CA9X4
bool "Versatile Express Cortex-A9x4 tile"
+config ARCH_VEXPRESS_TC2
+ bool "TC2 cluster management"
+ depends on MCPM
+ select ARM_SPC
+ select ARM_CCI
+ help
+ Support for CPU and cluster power management on TC2.
+
endmenu