summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-16 23:25:15 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 20:27:45 +0200
commit1cbe2b2c00de0efca503a983d0d008833f186f33 (patch)
tree8ac4be75e58d48af56ddff8702d477ea1291e672 /arch/mips/mach-xburst/Kconfig
parent8b85ac8c35ad332381db5a527e2eec4d131f8c16 (diff)
downloadbarebox-1cbe2b2c00de0efca503a983d0d008833f186f33.tar.gz
barebox-1cbe2b2c00de0efca503a983d0d008833f186f33.tar.xz
MIPS: XBurst: add Ritmix RZX-50 board support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-xburst/Kconfig')
-rw-r--r--arch/mips/mach-xburst/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
index 0306f2ee51..60e411cce6 100644
--- a/arch/mips/mach-xburst/Kconfig
+++ b/arch/mips/mach-xburst/Kconfig
@@ -7,4 +7,15 @@ config ARCH_TEXT_BASE
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