mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
|
#
|
||
|
# 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.
|