aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 37c0f4e978d4..ade70017fd65 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1538,6 +1538,24 @@ config MCPM
1538 for (multi-)cluster based systems, such as big.LITTLE based 1538 for (multi-)cluster based systems, such as big.LITTLE based
1539 systems. 1539 systems.
1540 1540
1541config BIG_LITTLE
1542 bool "big.LITTLE support (Experimental)"
1543 depends on CPU_V7 && SMP
1544 select MCPM
1545 help
1546 This option enables support selections for the big.LITTLE
1547 system architecture.
1548
1549config BL_SWITCHER
1550 bool "big.LITTLE switcher support"
1551 depends on BIG_LITTLE && MCPM && HOTPLUG_CPU
1552 select CPU_PM
1553 select ARM_CPU_SUSPEND
1554 help
1555 The big.LITTLE "switcher" provides the core functionality to
1556 transparently handle transition between a cluster of A15's
1557 and a cluster of A7's in a big.LITTLE system.
1558
1541choice 1559choice
1542 prompt "Memory split" 1560 prompt "Memory split"
1543 default VMSPLIT_3G 1561 default VMSPLIT_3G