You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
480 B
20 lines
480 B
#
|
|
# 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.
|
|
|