diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 0d8581f11211..a6230f7a24c8 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -340,6 +340,17 @@ config CPU_XSC3 | |||
340 | select CPU_TLB_V4WBI if MMU | 340 | select CPU_TLB_V4WBI if MMU |
341 | select IO_36 | 341 | select IO_36 |
342 | 342 | ||
343 | # Marvell PJ1 (Mohawk) | ||
344 | config CPU_MOHAWK | ||
345 | bool | ||
346 | select CPU_32v5 | ||
347 | select CPU_ABRT_EV5T | ||
348 | select CPU_PABRT_NOIFAR | ||
349 | select CPU_CACHE_VIVT | ||
350 | select CPU_CP15_MMU | ||
351 | select CPU_TLB_V4WBI if MMU | ||
352 | select CPU_COPY_V4WB if MMU | ||
353 | |||
343 | # Feroceon | 354 | # Feroceon |
344 | config CPU_FEROCEON | 355 | config CPU_FEROCEON |
345 | bool | 356 | bool |
@@ -569,7 +580,7 @@ comment "Processor Features" | |||
569 | 580 | ||
570 | config ARM_THUMB | 581 | config ARM_THUMB |
571 | bool "Support Thumb user binaries" | 582 | bool "Support Thumb user binaries" |
572 | depends on CPU_ARM720T || CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || CPU_XSCALE || CPU_XSC3 || CPU_V6 || CPU_V7 || CPU_FEROCEON | 583 | depends on CPU_ARM720T || CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_V6 || CPU_V7 || CPU_FEROCEON |
573 | default y | 584 | default y |
574 | help | 585 | help |
575 | Say Y if you want to include kernel support for running user space | 586 | Say Y if you want to include kernel support for running user space |
@@ -653,7 +664,7 @@ config CPU_CACHE_ROUND_ROBIN | |||
653 | 664 | ||
654 | config CPU_BPREDICT_DISABLE | 665 | config CPU_BPREDICT_DISABLE |
655 | bool "Disable branch prediction" | 666 | bool "Disable branch prediction" |
656 | depends on CPU_ARM1020 || CPU_V6 || CPU_XSC3 || CPU_V7 | 667 | depends on CPU_ARM1020 || CPU_V6 || CPU_MOHAWK || CPU_XSC3 || CPU_V7 |
657 | help | 668 | help |
658 | Say Y here to disable branch prediction. If unsure, say N. | 669 | Say Y here to disable branch prediction. If unsure, say N. |
659 | 670 | ||