Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slave-dma
[linux-2.6-block.git] / drivers / cpuidle / Kconfig.mips
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d0508944
PB
2#
3# MIPS CPU Idle Drivers
4#
5config MIPS_CPS_CPUIDLE
6 bool "CPU Idle driver for MIPS CPS platforms"
39a59593 7 depends on CPU_IDLE && MIPS_CPS
d0508944 8 depends on SYS_SUPPORTS_MIPS_CPS
72bc8c75 9 select ARCH_NEEDS_CPU_IDLE_COUPLED if MIPS_MT || CPU_MIPSR6
d0508944
PB
10 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
11 select MIPS_CPS_PM
12 default y
13 help
14 Select this option to enable processor idle state management
15 through cpuidle for systems built around the MIPS Coherent
16 Processing System (CPS) architecture. In order to make use of
17 the deepest idle states you will need to ensure that you are
18 also using the CONFIG_MIPS_CPS SMP implementation.