mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
72bc8c75ea
This patch enables the MIPS CPS driver for MIPSr6 CPUs. Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Rafael J. Wysocki <rjw@rjwysocki.net> Cc: linux-mips@linux-mips.org Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/14228/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 lines
618 B
Text
17 lines
618 B
Text
#
|
|
# MIPS CPU Idle Drivers
|
|
#
|
|
config MIPS_CPS_CPUIDLE
|
|
bool "CPU Idle driver for MIPS CPS platforms"
|
|
depends on CPU_IDLE && MIPS_CPS
|
|
depends on SYS_SUPPORTS_MIPS_CPS
|
|
select ARCH_NEEDS_CPU_IDLE_COUPLED if MIPS_MT || CPU_MIPSR6
|
|
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
|
|
select MIPS_CPS_PM
|
|
default y
|
|
help
|
|
Select this option to enable processor idle state management
|
|
through cpuidle for systems built around the MIPS 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 SMP implementation.
|