[PATCH 3/9] ARM: select MIGHT_HAVE_CACHE_L2X0 for V7 multi-platform
From: Rob Herring <hidden>
Date: 2014-02-13 13:10:05
From: Rob Herring <hidden>
Date: 2014-02-13 13:10:05
On Wed, Feb 12, 2014 at 2:32 PM, Stephen Warren [off-list ref] wrote:
On 02/11/2014 02:11 PM, Rob Herring wrote:quoted
Many V7 platforms have an L2x0 cache, so make CONFIG_MIGHT_HAVE_CACHE_L2X0 visible for V7 multi-platform builds.quoted
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfigquoted
config ARCH_MULTI_V6_V7 bool + select MIGHT_HAVE_CACHE_L2X0The commit description says "V7", whereas the select got added to "V6_V7" rather then "V7". Was that intentional?
I'll fix the commit text. Given that most ARM11 platforms have an L2x0, we should enable for both. Rob