aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@linaro.org>2014-04-15 02:52:00 -0400
committerWei Xu <xuwei5@hisilicon.com>2014-09-03 09:09:58 -0400
commitebf4a5c5b4027b682ed8877a938e6d1d92f37745 (patch)
treef67f4ea317fd7d0d3858bb7d7b12baf2f7890a70 /arch/arm/Kconfig
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
ARM: mcpm: support 4 clusters
Add the CONFIG_MCPM_QUAD_CLUSTER configuration to enlarge cluster number from 2 to 4. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Reviewed-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c49a775937db..e43221ab4048 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1405,6 +1405,15 @@ config MCPM
1405 for (multi-)cluster based systems, such as big.LITTLE based 1405 for (multi-)cluster based systems, such as big.LITTLE based
1406 systems. 1406 systems.
1407 1407
1408config MCPM_QUAD_CLUSTER
1409 bool
1410 depends on MCPM
1411 help
1412 To avoid wasting resources unnecessarily, MCPM only supports up
1413 to 2 clusters by default.
1414 Platforms with 3 or 4 clusters that use MCPM must select this
1415 option to allow the additional clusters to be managed.
1416
1408config BIG_LITTLE 1417config BIG_LITTLE
1409 bool "big.LITTLE support (Experimental)" 1418 bool "big.LITTLE support (Experimental)"
1410 depends on CPU_V7 && SMP 1419 depends on CPU_V7 && SMP