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

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

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

endchoice

source arch/mips/boards/qemu-malta/Kconfig

endif