summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-malta/Kconfig
blob: ceea937e30e697bc562e53373c511abda718a97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if MACH_MIPS_MALTA

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

config MIPS_MALTA_MULTI_BOARDS
	bool "Allow multiple boards to be selected"
	select HAVE_PBL_MULTI_IMAGE

if MIPS_MALTA_MULTI_BOARDS

config BOARD_QEMU_MALTA
	bool "qemu malta"
	select HAVE_PBL_IMAGE
	select HAVE_IMAGE_COMPRESSION
	select HAS_NMON

endif # MIPS_MALTA_MULTI_BOARDS

endif