xref: /linux/drivers/cpuidle/Kconfig.powerpc (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2962e7bd4SDeepthi Dharwar#
3962e7bd4SDeepthi Dharwar# POWERPC CPU Idle Drivers
4962e7bd4SDeepthi Dharwar#
5962e7bd4SDeepthi Dharwarconfig PSERIES_CPUIDLE
6962e7bd4SDeepthi Dharwar	bool "Cpuidle driver for pSeries platforms"
7962e7bd4SDeepthi Dharwar	depends on CPU_IDLE
8962e7bd4SDeepthi Dharwar	depends on PPC_PSERIES
9962e7bd4SDeepthi Dharwar	default y
10962e7bd4SDeepthi Dharwar	help
11962e7bd4SDeepthi Dharwar	  Select this option to enable processor idle state management
12962e7bd4SDeepthi Dharwar	  through cpuidle subsystem.
132c2e6ecfSDeepthi Dharwar
142c2e6ecfSDeepthi Dharwarconfig POWERNV_CPUIDLE
152c2e6ecfSDeepthi Dharwar	bool "Cpuidle driver for powernv platforms"
162c2e6ecfSDeepthi Dharwar	depends on CPU_IDLE
172c2e6ecfSDeepthi Dharwar	depends on PPC_POWERNV
182c2e6ecfSDeepthi Dharwar	default y
192c2e6ecfSDeepthi Dharwar	help
202c2e6ecfSDeepthi Dharwar	  Select this option to enable processor idle state management
212c2e6ecfSDeepthi Dharwar	  through cpuidle subsystem.
22