19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MIPS CPU Idle Drivers4#5config MIPS_CPS_CPUIDLE6 bool "CPU Idle driver for MIPS CPS platforms"7 depends on CPU_IDLE && MIPS_CPS8 depends on SYS_SUPPORTS_MIPS_CPS9 select ARCH_NEEDS_CPU_IDLE_COUPLED if MIPS_MT || CPU_MIPSR610 select GENERIC_CLOCKEVENTS_BROADCAST if SMP11 select MIPS_CPS_PM12 default y13 help14 Select this option to enable processor idle state management15 through cpuidle for systems built around the MIPS Coherent16 Processing System (CPS) architecture. In order to make use of17 the deepest idle states you will need to ensure that you are18 also using the CONFIG_MIPS_CPS SMP implementation.19