|
@@ -1405,6 +1405,15 @@ config MCPM
|
|
for (multi-)cluster based systems, such as big.LITTLE based
|
|
for (multi-)cluster based systems, such as big.LITTLE based
|
|
systems.
|
|
systems.
|
|
|
|
|
|
|
|
+config MCPM_QUAD_CLUSTER
|
|
|
|
+ bool
|
|
|
|
+ depends on MCPM
|
|
|
|
+ help
|
|
|
|
+ To avoid wasting resources unnecessarily, MCPM only supports up
|
|
|
|
+ to 2 clusters by default.
|
|
|
|
+ Platforms with 3 or 4 clusters that use MCPM must select this
|
|
|
|
+ option to allow the additional clusters to be managed.
|
|
|
|
+
|
|
config BIG_LITTLE
|
|
config BIG_LITTLE
|
|
bool "big.LITTLE support (Experimental)"
|
|
bool "big.LITTLE support (Experimental)"
|
|
depends on CPU_V7 && SMP
|
|
depends on CPU_V7 && SMP
|