diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-02 04:37:38 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-04-02 04:37:38 -0400 |
commit | 733f896927c955a114bf265993c1535c4b057a0f (patch) | |
tree | 724f37e10d3bd10e8162228cee4f908b52b7108d /arch/arm/Kconfig | |
parent | 409ca8c8ae3173026e7dfbdcdab669766e43fb60 (diff) | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) |
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
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 e91db542eb01..dc5a9332c915 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -77,6 +77,14 @@ config FIQ | |||
77 | config ARCH_MTD_XIP | 77 | config ARCH_MTD_XIP |
78 | bool | 78 | bool |
79 | 79 | ||
80 | config VECTORS_BASE | ||
81 | hex | ||
82 | default 0xffff0000 if MMU | ||
83 | default DRAM_BASE if REMAP_VECTORS_TO_RAM | ||
84 | default 0x00000000 | ||
85 | help | ||
86 | The base address of exception vectors. | ||
87 | |||
80 | source "init/Kconfig" | 88 | source "init/Kconfig" |
81 | 89 | ||
82 | menu "System Type" | 90 | menu "System Type" |