aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r--arch/arm/mach-vexpress/Kconfig25
1 files changed, 11 insertions, 14 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 5a99485138c..bca54a33598 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -49,20 +49,6 @@ config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
build a working kernel, you must also enable relevant core
tile support or Flattened Device Tree based support options.
-config ARCH_VEXPRESS_TC2_PM
- bool "Power Management Support for TC2 test-chip (EXPERIMENTAL)"
- depends on CPU_IDLE && PM
- select ARM_CPU_SUSPEND
- select ARCH_NEEDS_CPU_IDLE_COUPLED
- select ARM_SPC
- select ARM_CCI
- 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. Code is built on top of coupled C-state idle code
- since all CPUs need to be idle to enter cluster shutdown.
-
config ARCH_VEXPRESS_CA9X4
bool "Versatile Express Cortex-A9x4 tile"
@@ -74,4 +60,15 @@ 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