9
0
Fork 0
barebox/arch/mips/mach-malta/Kconfig

19 lines
229 B
Plaintext

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
endif