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, 0 insertions, 18 deletions
diff --git a/arch/m68k/mach-mcfv4e/Kconfig b/arch/m68k/mach-mcfv4e/Kconfig
deleted file mode 100644
index aaba27e5e8..0000000000
--- a/arch/m68k/mach-mcfv4e/Kconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-
-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