xref: /linux/drivers/cpuidle/Kconfig.powerpc (revision 2c2e6ecfd077cbae72d32568af58c4ba57826c84)
1962e7bd4SDeepthi Dharwar#
2962e7bd4SDeepthi Dharwar# POWERPC CPU Idle Drivers
3962e7bd4SDeepthi Dharwar#
4962e7bd4SDeepthi Dharwarconfig PSERIES_CPUIDLE
5962e7bd4SDeepthi Dharwar	bool "Cpuidle driver for pSeries platforms"
6962e7bd4SDeepthi Dharwar	depends on CPU_IDLE
7962e7bd4SDeepthi Dharwar	depends on PPC_PSERIES
8962e7bd4SDeepthi Dharwar	default y
9962e7bd4SDeepthi Dharwar	help
10962e7bd4SDeepthi Dharwar	  Select this option to enable processor idle state management
11962e7bd4SDeepthi Dharwar	  through cpuidle subsystem.
12*2c2e6ecfSDeepthi Dharwar
13*2c2e6ecfSDeepthi Dharwarconfig POWERNV_CPUIDLE
14*2c2e6ecfSDeepthi Dharwar	bool "Cpuidle driver for powernv platforms"
15*2c2e6ecfSDeepthi Dharwar	depends on CPU_IDLE
16*2c2e6ecfSDeepthi Dharwar	depends on PPC_POWERNV
17*2c2e6ecfSDeepthi Dharwar	default y
18*2c2e6ecfSDeepthi Dharwar	help
19*2c2e6ecfSDeepthi Dharwar	  Select this option to enable processor idle state management
20*2c2e6ecfSDeepthi Dharwar	  through cpuidle subsystem.
21