mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
962e7bd497
Move the file from arch specific pseries/processor_idle.c to drivers/cpuidle/cpuidle-pseries.c Make the relevant Makefile and Kconfig changes. Also, introduce Kconfig.powerpc in drivers/cpuidle for all powerpc cpuidle drivers. Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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.
|