mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
2c2e6ecfd0
Following patch ports the cpuidle framework for powernv platform and also implements a cpuidle back-end powernv idle driver calling on to power7_nap and snooze idle states. Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
20 lines
480 B
Text
20 lines
480 B
Text
#
|
|
# POWERPC CPU Idle Drivers
|
|
#
|
|
config PSERIES_CPUIDLE
|
|
bool "Cpuidle driver for pSeries platforms"
|
|
depends on CPU_IDLE
|
|
depends on PPC_PSERIES
|
|
default y
|
|
help
|
|
Select this option to enable processor idle state management
|
|
through cpuidle subsystem.
|
|
|
|
config POWERNV_CPUIDLE
|
|
bool "Cpuidle driver for powernv platforms"
|
|
depends on CPU_IDLE
|
|
depends on PPC_POWERNV
|
|
default y
|
|
help
|
|
Select this option to enable processor idle state management
|
|
through cpuidle subsystem.
|