diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index aade2f72c920..3c2f97938c44 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -525,7 +525,7 @@ config CPU_BIG_ENDIAN | |||
525 | of your chipset/board/processor. | 525 | of your chipset/board/processor. |
526 | 526 | ||
527 | config CPU_HIGH_VECTOR | 527 | config CPU_HIGH_VECTOR |
528 | depends !MMU && CPU_CP15 && !CPU_ARM740T | 528 | depends on !MMU && CPU_CP15 && !CPU_ARM740T |
529 | bool "Select the High exception vector" | 529 | bool "Select the High exception vector" |
530 | default n | 530 | default n |
531 | help | 531 | help |