blob: c9acf7ba8eeef00a525b32fa5213e7020ada78b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.
|