diff options
author | Paul Burton <paul.burton@imgtec.com> | 2015-05-24 16:11:47 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:28 +0200 |
commit | 0752f9293429230e2062dc0e10fa1f8f8164825a (patch) | |
tree | 58aba6d0403e368432e11fd6768daa43a8b3f243 /arch/mips/jz4740 | |
parent | 5b9cdd2449098b3cd519a02dfed7588fd2becd0e (diff) | |
download | op-kernel-dev-0752f9293429230e2062dc0e10fa1f8f8164825a.zip op-kernel-dev-0752f9293429230e2062dc0e10fa1f8f8164825a.tar.gz |
MIPS: ingenic: Initial MIPS Creator CI20 support
Add an initial device tree for the Ingenic JZ4780 based MIPS Creator
CI20 board.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10162/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740')
-rw-r--r-- | arch/mips/jz4740/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig index 21adcea..36f8201 100644 --- a/arch/mips/jz4740/Kconfig +++ b/arch/mips/jz4740/Kconfig @@ -7,6 +7,10 @@ config JZ4740_QI_LB60 bool "Qi Hardware Ben NanoNote" select MACH_JZ4740 +config JZ4780_CI20 + bool "MIPS Creator CI20" + select MACH_JZ4780 + endchoice config MACH_JZ4740 |