aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-07-10 11:30:16 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-08-16 01:11:24 -0400
commitf025569322b899a723990774bbe7a625a7e7da2c (patch)
tree514a40290ec101834c4762fb7db1525c3fa61685 /arch
parent10eff77074dd3557aac75d55badad973a451e2e6 (diff)
ARM: imx: Select MIGHT_HAVE_CACHE_L2X0
Select MIGHT_HAVE_CACHE_L2X0 for armv6 and armv7 i.MX SoCs. By selecting MIGHT_HAVE_CACHE_L2X0, the user still has the possibility to disable CACHE_L2X0 selection via menuconfig. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f54656091a9d..f7a5ad1c8ac7 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -8,6 +8,7 @@ config ARCH_MXC
8 select GENERIC_ALLOCATOR 8 select GENERIC_ALLOCATOR
9 select GENERIC_CLOCKEVENTS 9 select GENERIC_CLOCKEVENTS
10 select GENERIC_IRQ_CHIP 10 select GENERIC_IRQ_CHIP
11 select MIGHT_HAVE_CACHE_L2X0 if ARCH_MULTI_V6_V7
11 select MULTI_IRQ_HANDLER 12 select MULTI_IRQ_HANDLER
12 select SPARSE_IRQ 13 select SPARSE_IRQ
13 select USE_OF 14 select USE_OF