summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mach-mcfv4e/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/mach-mcfv4e/Kconfig')
-rw-r--r--arch/m68k/mach-mcfv4e/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/m68k/mach-mcfv4e/Kconfig b/arch/m68k/mach-mcfv4e/Kconfig
new file mode 100644
index 0000000000..aaba27e5e8
--- /dev/null
+++ b/arch/m68k/mach-mcfv4e/Kconfig
@@ -0,0 +1,18 @@
+
+menu "M68k/Coldfire V4E specific settings"
+
+config COPY_LOWMEM_VECTORS
+ bool "Copy vectors to SDRAM address 0"
+ default y
+ help
+ This copies the vector table to SDRAM address 0 (default address)
+
+config USE_LOWMEM_VECTORS
+ bool "Use vectors at SDRAM address 0"
+ default n
+ depends on COPY_LOWMEM_VECTORS
+ help
+ This copies the vector table to SDRAM address 0 (default address) and
+ also uses this vector location
+
+endmenu