1# SPDX-License-Identifier: GPL-2.0-only 2# 3# POWERPC CPU Idle Drivers 4# 5config PSERIES_CPUIDLE 6 bool "Cpuidle driver for pSeries platforms" 7 depends on PPC_PSERIES 8 default y 9 help 10 Select this option to enable processor idle state management 11 through cpuidle subsystem. 12 13config POWERNV_CPUIDLE 14 bool "Cpuidle driver for powernv platforms" 15 depends on PPC_POWERNV 16 default y 17 help 18 Select this option to enable processor idle state management 19 through cpuidle subsystem. 20