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

18 lines
202 B
Plaintext

if MACH_MIPS_MALTA
config ARCH_TEXT_BASE
hex
default 0xa0800000
choice
prompt "Board type"
config BOARD_QEMU_MALTA
bool "qemu malta"
endchoice
source arch/mips/boards/qemu-malta/Kconfig
endif