diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-01-15 05:31:52 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-06 15:25:23 -0500 |
commit | 9c38cf44712af95a5ec3937d63faaea9b43eab9a (patch) | |
tree | 46413cc814e083de0b54ea3ac69420917d15d1fa /arch/mips/Kconfig | |
parent | 9f98f3dd0c518d9de02aebe0c25712b17ab3358d (diff) |
MIPS: Add CPC probe, access functions
This patch introduces code to probe for a MIPS Cluster Power Controller
& accessor functions to allow for easy register access. This support
code will be used by a subsequent patch.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6361/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a3bc0143252d..2a9848e0061b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2009,6 +2009,9 @@ config MIPS_GIC_IPI | |||
2009 | config MIPS_CM | 2009 | config MIPS_CM |
2010 | bool | 2010 | bool |
2011 | 2011 | ||
2012 | config MIPS_CPC | ||
2013 | bool | ||
2014 | |||
2012 | config SB1_PASS_1_WORKAROUNDS | 2015 | config SB1_PASS_1_WORKAROUNDS |
2013 | bool | 2016 | bool |
2014 | depends on CPU_SB1_PASS_1 | 2017 | depends on CPU_SB1_PASS_1 |