aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mm/Kconfig14
1 files changed, 3 insertions, 11 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 29215f5f11b2..ca1238baef71 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -405,7 +405,7 @@ config CPU_V6
405config CPU_V6K 405config CPU_V6K
406 bool "Support ARM V6K processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX 406 bool "Support ARM V6K processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
407 select CPU_32v6 407 select CPU_32v6
408 select CPU_32v6K if !ARCH_OMAP2 408 select CPU_32v6K
409 select CPU_ABRT_EV6 409 select CPU_ABRT_EV6
410 select CPU_PABRT_V6 410 select CPU_PABRT_V6
411 select CPU_CACHE_V6 411 select CPU_CACHE_V6
@@ -418,7 +418,7 @@ config CPU_V6K
418# ARMv7 418# ARMv7
419config CPU_V7 419config CPU_V7
420 bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX 420 bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
421 select CPU_32v6K if !ARCH_OMAP2 421 select CPU_32v6K
422 select CPU_32v7 422 select CPU_32v7
423 select CPU_ABRT_EV7 423 select CPU_ABRT_EV7
424 select CPU_PABRT_V7 424 select CPU_PABRT_V7
@@ -461,15 +461,7 @@ config CPU_32v6
461 select CPU_USE_DOMAINS if CPU_V6 && MMU 461 select CPU_USE_DOMAINS if CPU_V6 && MMU
462 462
463config CPU_32v6K 463config CPU_32v6K
464 bool "Support ARM V6K processor extensions" if !SMP 464 bool
465 depends on CPU_V6 || CPU_V6K || CPU_V7
466 default y if SMP && !(ARCH_MX3 || ARCH_OMAP2)
467 help
468 Say Y here if your ARMv6 processor supports the 'K' extension.
469 This enables the kernel to use some instructions not present
470 on previous processors, and as such a kernel build with this
471 enabled will not boot on processors with do not support these
472 instructions.
473 465
474config CPU_32v7 466config CPU_32v7
475 bool 467 bool