summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-16 23:25:14 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 20:27:45 +0200
commit8b85ac8c35ad332381db5a527e2eec4d131f8c16 (patch)
tree2d33a5677941bed21a91266421e49bb87dd48240 /arch/mips/mach-xburst/Kconfig
parent3f022853727df6b050ac9054d88659eca9fb8d5e (diff)
downloadbarebox-8b85ac8c35ad332381db5a527e2eec4d131f8c16.tar.gz
barebox-8b85ac8c35ad332381db5a527e2eec4d131f8c16.tar.xz
MIPS: XBurst: add JZ4755 CPU 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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
index 7228b8f901..0306f2ee51 100644
--- a/arch/mips/mach-xburst/Kconfig
+++ b/arch/mips/mach-xburst/Kconfig
@@ -4,4 +4,7 @@ config ARCH_TEXT_BASE
hex
default 0xa0800000
+config CPU_JZ4755
+ bool
+
endif