aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-10-26 16:18:01 +1000
committerGreg Ungerer <gerg@uclinux.org>2013-03-04 10:35:07 +1000
commitff8038a93f0ffb7670843b81b224345a107c24b3 (patch)
tree02d98eef689d704e1ae989bbd3a3ead05da5b6d6
parent1c17ebfe1ba06dfaa6d7d4aca6d4329b5bb0b967 (diff)
downloaduclinux-arm-uclinux.tar.gz
ARM: modify conditions for setting of CONFIG_REMAP_VECTORS_TO_RAMarm-uclinux
The non-MMU option CONFIG_REMAP_VECTORS_TO_RAM is not being shown for selection when configuring the kernel. Modify its dependencies to be consistent with other CONFIG_SET_MEM_PARAM options in the non-MMU configuration set. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
-rw-r--r--arch/arm/Kconfig-nommu3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig-nommu b/arch/arm/Kconfig-nommu
index 2cef8e13f9f830..804ae748b3791d 100644
--- a/arch/arm/Kconfig-nommu
+++ b/arch/arm/Kconfig-nommu
@@ -34,8 +34,7 @@ config PROCESSOR_ID
used instead of the auto-probing which utilizes the register.
config REMAP_VECTORS_TO_RAM
- bool 'Install vectors to the beginning of RAM' if DRAM_BASE
- depends on DRAM_BASE
+ bool 'Install vectors to the beginning of RAM' if SET_MEM_PARAM
help
The kernel needs to change the hardware exception vectors.
In nommu mode, the hardware exception vectors are normally