mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
Introduce generic cpuidle driver on s390. Use a two stage approach to handle idle scenarios and use idle governor for idle stage selection. Two stages are, from shallow to deep, idle polling and enabled wait. Suggested-by: Christian Borntraeger <borntraeger@linux.ibm.com> Suggested-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-by: Christian Loehle <christian.loehle@arm.com> Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# S390 CPU Idle drivers
|
|
#
|
|
|
|
config S390_CPUIDLE
|
|
bool "S390 CPU idle driver"
|
|
default y
|
|
help
|
|
Select this option to enable processor idle state management
|
|
through cpuidle subsystem.
|