ARM: introduce a standalone CONFIG_BIG_LITTLE option
authorNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 19 Mar 2013 20:07:17 +0000 (16:07 -0400)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:49 +0000 (11:04 +0100)
The BIG_LITTLE config option is independent from the MCPM one.
Semantically, they cover different things.  MCPM can be used on non
b.L systems for example.

Signed-of-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Jon Medhurst <tixy@linaro.org>
arch/arm/Kconfig

index 136f263ed47b79d010cf4ca06e7b1e2a07e4fd73..c24b364bb8cba7b06a2adc0711e40b51cfc8d044 100644 (file)
@@ -1521,6 +1521,13 @@ config MCPM
          for (multi-)cluster based systems, such as big.LITTLE based
          systems.
 
+config BIG_LITTLE
+       bool "big.LITTLE support (Experimental)"
+       depends on CPU_V7 && SMP
+       select MCPM
+       help
+         This option enables support for the big.LITTLE architecture.
+
 choice
        prompt "Memory split"
        default VMSPLIT_3G