[PATCH 3/9] ARM: select MIGHT_HAVE_CACHE_L2X0 for V7 multi-platform

Rob Herring robherring2 at gmail.com
Thu Feb 13 08:10:05 EST 2014


On Wed, Feb 12, 2014 at 2:32 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 02/11/2014 02:11 PM, Rob Herring wrote:
>> Many V7 platforms have an L2x0 cache, so make CONFIG_MIGHT_HAVE_CACHE_L2X0
>> visible for V7 multi-platform builds.
>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>
>>  config ARCH_MULTI_V6_V7
>>       bool
>> +     select MIGHT_HAVE_CACHE_L2X0
>
> The 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



More information about the linux-arm-kernel mailing list