diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-28 16:05:10 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-28 16:05:10 -0500 |
commit | ae574a5d7aa1d80469dfcbaa757db2bea536ee66 (patch) | |
tree | 6cfa7750df998359295227b76256d488f6d39d19 /arch/arm/Kconfig | |
parent | c4713074375c61f939310b04e92090afe29810dc (diff) | |
parent | c760fc1997e8156ebc4134c42c18f68137c689f9 (diff) |
Merge nommu tree
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 427c72140110..1077c671256f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -72,6 +72,14 @@ config FIQ | |||
72 | config ARCH_MTD_XIP | 72 | config ARCH_MTD_XIP |
73 | bool | 73 | bool |
74 | 74 | ||
75 | config VECTORS_BASE | ||
76 | hex | ||
77 | default 0xffff0000 if MMU | ||
78 | default DRAM_BASE if REMAP_VECTORS_TO_RAM | ||
79 | default 0x00000000 | ||
80 | help | ||
81 | The base address of exception vectors. | ||
82 | |||
75 | source "init/Kconfig" | 83 | source "init/Kconfig" |
76 | 84 | ||
77 | menu "System Type" | 85 | menu "System Type" |