[PATCH 3/9] ARM: select MIGHT_HAVE_CACHE_L2X0 for V7 multi-platform
Stephen Warren
swarren at wwwdotorg.org
Wed Feb 12 15:32:35 EST 2014
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?
More information about the linux-arm-kernel
mailing list