2019-05-19 14:07:45 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-01-14 11:56:02 +01:00
|
|
|
#
|
|
|
|
# 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.
|
2014-01-14 12:02:40 +01:00
|
|
|
|
|
|
|
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.
|