summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-xburst/Kconfig')
-rw-r--r--arch/mips/mach-xburst/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
new file mode 100644
index 0000000000..60e411cce6
--- /dev/null
+++ b/arch/mips/mach-xburst/Kconfig
@@ -0,0 +1,21 @@
+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