Newer
Older
barebox / arch / mips / mach-xburst / Kconfig
@Antony Pavlov Antony Pavlov on 30 Jun 2012 261 bytes rzx50: add poweroff 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 HAS_POWEROFF
	select CPU_JZ4755

endchoice

source arch/mips/boards/rzx50/Kconfig

endif