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

22 lines
240 B
Plaintext

if MACH_MIPS_XBURST
config ARCH_TEXT_BASE
hex
default 0xa0800000
config CPU_JZ4755
bool
choice
prompt "Board type"
config BOARD_RZX50
bool "Ritmix RZX-50"
select CPU_JZ4755
endchoice
source arch/mips/boards/rzx50/Kconfig
endif