Newer
Older
barebox / arch / mips / mach-xburst / Kconfig
@Antony Pavlov Antony Pavlov on 17 May 2012 240 bytes MIPS: XBurst: add Ritmix RZX-50 board support
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