# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_MIPS[0m CPU Idle Drivers # config [31mCONFIG_MIPS_CPS_CPUIDLE[0m bool "CPU Idle driver for MIPS CPS platforms" depends on [31mCONFIG_CPU_IDLE[0m && [31mCONFIG_MIPS_CPS[0m depends on [31mCONFIG_SYS_SUPPORTS_MIPS_CPS[0m select [31mCONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED[0m if [31mCONFIG_MIPS_MT[0m || [31mCONFIG_CPU_MIPSR6[0m select [31mCONFIG_GENERIC_CLOCKEVENTS_BROADCAST[0m if [31mCONFIG_SMP[0m select [31mCONFIG_MIPS_CPS_PM[0m default y help Select this option to enable processor idle state management through cpuidle for systems built around the [31mCONFIG_MIPS[0m Coherent Processing System (CPS) architecture. In order to make use of the deepest idle states you will need to ensure that you are also using the CONFIG_MIPS_CPS [31mCONFIG_SMP[0m implementation. |