0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MIPS CPU Idle Drivers
0004 #
0005 config MIPS_CPS_CPUIDLE
0006 bool "CPU Idle driver for MIPS CPS platforms"
0007 depends on CPU_IDLE && MIPS_CPS
0008 depends on SYS_SUPPORTS_MIPS_CPS
0009 select ARCH_NEEDS_CPU_IDLE_COUPLED if MIPS_MT || CPU_MIPSR6
0010 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
0011 select MIPS_CPS_PM
0012 default y
0013 help
0014 Select this option to enable processor idle state management
0015 through cpuidle for systems built around the MIPS Coherent
0016 Processing System (CPS) architecture. In order to make use of
0017 the deepest idle states you will need to ensure that you are
0018 also using the CONFIG_MIPS_CPS SMP implementation.