summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mach-mcfv4e/Kconfig
blob: aaba27e5e82eb412180d4e15fae30f127aadb8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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