From fd9b572ce3bf0b9f9aaa000d7fbbcebb17608f53 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 19 Mar 2013 16:07:17 -0400 Subject: ARM: introduce a standalone CONFIG_BIG_LITTLE option 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 Signed-off-by: Jon Medhurst --- arch/arm/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e5260d4a81f..a8f14c03907 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1614,6 +1614,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 -- cgit v1.2.3