# SPDX-License-Identifier: GPL-2.0-only # # POWERPC CPU Idle Drivers # config [31mCONFIG_PSERIES_CPUIDLE[0m bool "Cpuidle driver for pSeries platforms" depends on [31mCONFIG_CPU_IDLE[0m depends on [31mCONFIG_PPC_PSERIES[0m default y help Select this option to enable processor idle state management through cpuidle subsystem. config [31mCONFIG_POWERNV_CPUIDLE[0m bool "Cpuidle driver for powernv platforms" depends on [31mCONFIG_CPU_IDLE[0m depends on [31mCONFIG_PPC_POWERNV[0m default y help Select this option to enable processor idle state management through cpuidle subsystem. |