diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 147abe0383d8..f9362ee9955f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -99,7 +99,7 @@ config ARCH_MTD_XIP | |||
99 | 99 | ||
100 | config VECTORS_BASE | 100 | config VECTORS_BASE |
101 | hex | 101 | hex |
102 | default 0xffff0000 if MMU | 102 | default 0xffff0000 if MMU || CPU_HIGH_VECTOR |
103 | default DRAM_BASE if REMAP_VECTORS_TO_RAM | 103 | default DRAM_BASE if REMAP_VECTORS_TO_RAM |
104 | default 0x00000000 | 104 | default 0x00000000 |
105 | help | 105 | help |
@@ -626,6 +626,7 @@ config LEDS_CPU | |||
626 | 626 | ||
627 | config ALIGNMENT_TRAP | 627 | config ALIGNMENT_TRAP |
628 | bool | 628 | bool |
629 | depends on CPU_CP15_MMU | ||
629 | default y if !ARCH_EBSA110 | 630 | default y if !ARCH_EBSA110 |
630 | help | 631 | help |
631 | ARM processors can not fetch/store information which is not | 632 | ARM processors can not fetch/store information which is not |
@@ -857,7 +858,7 @@ source "drivers/base/Kconfig" | |||
857 | 858 | ||
858 | source "drivers/connector/Kconfig" | 859 | source "drivers/connector/Kconfig" |
859 | 860 | ||
860 | if ALIGNMENT_TRAP | 861 | if ALIGNMENT_TRAP || !CPU_CP15_MMU |
861 | source "drivers/mtd/Kconfig" | 862 | source "drivers/mtd/Kconfig" |
862 | endif | 863 | endif |
863 | 864 | ||