diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-07-09 07:48:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 14:48:00 -0400 |
commit | a8b846775e18bf9127a1da0586e3cc7c23379d14 (patch) | |
tree | 7d25771ba02166937ea5560135daaaccfc4cbf6c | |
parent | 064231e548d0ef90453081f424ced7b3ffffffe9 (diff) |
MIPS: pm-cps: Select CONFIG_MIPS_CPC
The pm-cps code can run without a CPC, although will be limited to using
only the 2 wait idle states. However the code does check for CPC
presence, and in order to work optimally the CPC support is needed. So
select it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7279/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b50a1b00b68f..f0ee39b147cd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2059,6 +2059,7 @@ config MIPS_CPS | |||
2059 | support is unavailable. | 2059 | support is unavailable. |
2060 | 2060 | ||
2061 | config MIPS_CPS_PM | 2061 | config MIPS_CPS_PM |
2062 | select MIPS_CPC | ||
2062 | bool | 2063 | bool |
2063 | 2064 | ||
2064 | config MIPS_GIC_IPI | 2065 | config MIPS_GIC_IPI |