22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# POWERPC CPU Idle Drivers4#5config PSERIES_CPUIDLE6 bool "Cpuidle driver for pSeries platforms"7 depends on CPU_IDLE8 depends on PPC_PSERIES9 default y10 help11 Select this option to enable processor idle state management12 through cpuidle subsystem.13 14config POWERNV_CPUIDLE15 bool "Cpuidle driver for powernv platforms"16 depends on CPU_IDLE17 depends on PPC_POWERNV18 default y19 help20 Select this option to enable processor idle state management21 through cpuidle subsystem.22