blob: a797a02b7b6fe48c1773fe340776f863c59b1601 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Deepthi Dharwar962e7bd2014-01-14 16:26:02 +05302#
3# POWERPC CPU Idle Drivers
4#
5config PSERIES_CPUIDLE
6 bool "Cpuidle driver for pSeries platforms"
7 depends on CPU_IDLE
8 depends on PPC_PSERIES
9 default y
10 help
11 Select this option to enable processor idle state management
12 through cpuidle subsystem.
Deepthi Dharwar2c2e6ec2014-01-14 16:32:40 +053013
14config POWERNV_CPUIDLE
15 bool "Cpuidle driver for powernv platforms"
16 depends on CPU_IDLE
17 depends on PPC_POWERNV
18 default y
19 help
20 Select this option to enable processor idle state management
21 through cpuidle subsystem.