diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-10 15:30:16 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 05:11:24 (GMT) |
commit | f025569322b899a723990774bbe7a625a7e7da2c (patch) | |
tree | 514a40290ec101834c4762fb7db1525c3fa61685 /arch/arm/mach-imx/Kconfig | |
parent | 10eff77074dd3557aac75d55badad973a451e2e6 (diff) | |
download | linux-f025569322b899a723990774bbe7a625a7e7da2c.tar.xz |
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/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index f546560..f7a5ad1 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -8,6 +8,7 @@ config ARCH_MXC select GENERIC_ALLOCATOR select GENERIC_CLOCKEVENTS select GENERIC_IRQ_CHIP + select MIGHT_HAVE_CACHE_L2X0 if ARCH_MULTI_V6_V7 select MULTI_IRQ_HANDLER select SPARSE_IRQ select USE_OF |