aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9e8c0be7b5ca..c20441394504 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1622,6 +1622,16 @@ config HOTPLUG_CPU
1622 Say Y here to experiment with turning CPUs off and on. CPUs 1622 Say Y here to experiment with turning CPUs off and on. CPUs
1623 can be controlled through /sys/devices/system/cpu. 1623 can be controlled through /sys/devices/system/cpu.
1624 1624
1625config ARM_PSCI
1626 bool "Support for the ARM Power State Coordination Interface (PSCI)"
1627 depends on CPU_V7
1628 help
1629 Say Y here if you want Linux to communicate with system firmware
1630 implementing the PSCI specification for CPU-centric power
1631 management operations described in ARM document number ARM DEN
1632 0022A ("Power State Coordination Interface System Software on
1633 ARM processors").
1634
1625config LOCAL_TIMERS 1635config LOCAL_TIMERS
1626 bool "Use local timer interrupts" 1636 bool "Use local timer interrupts"
1627 depends on SMP 1637 depends on SMP