From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966848AbbBDPYf (ORCPT ); Wed, 4 Feb 2015 10:24:35 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:20626 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161200AbbBDPWv (ORCPT ); Wed, 4 Feb 2015 10:22:51 -0500 From: Zubair Lutfullah Kakakhel To: CC: , , , , , , , , , , , , Subject: [PATCH_V2 34/34] MIPS: allow jz4780 to be selected in Kconfig Date: Wed, 4 Feb 2015 15:22:03 +0000 Message-ID: <1423063323-19419-35-git-send-email-Zubair.Kakakhel@imgtec.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423063323-19419-1-git-send-email-Zubair.Kakakhel@imgtec.com> References: <1423063323-19419-1-git-send-email-Zubair.Kakakhel@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.89] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Paul Burton Now that a jz4780 based board (the MIPS Creator CI20) is present, allow the jz4780 SoC to be selected as the machine type via Kconfig. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 296bafb..6bd77f1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -292,7 +292,7 @@ config MACH_JZ4740 select LIBFDT config MACH_JZ4780 - bool + bool "Ingenic JZ4780 based machines" select SYS_HAS_CPU_MIPS32_R2 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zubair Lutfullah Kakakhel Subject: [PATCH_V2 34/34] MIPS: allow jz4780 to be selected in Kconfig Date: Wed, 4 Feb 2015 15:22:03 +0000 Message-ID: <1423063323-19419-35-git-send-email-Zubair.Kakakhel@imgtec.com> References: <1423063323-19419-1-git-send-email-Zubair.Kakakhel@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1423063323-19419-1-git-send-email-Zubair.Kakakhel@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Zubair.Kakakhel@imgtec.com, gregkh@linuxfoundation.org, mturquette@linaro.org, sboyd@codeaurora.org, ralf@linux-mips.org, jslaby@suse.cz, tglx@linutronix.de, jason@lakedaemon.net, lars@metafoo.de, paul.burton@imgtec.com List-Id: devicetree@vger.kernel.org From: Paul Burton Now that a jz4780 based board (the MIPS Creator CI20) is present, allow the jz4780 SoC to be selected as the machine type via Kconfig. Signed-off-by: Paul Burton Cc: Lars-Peter Clausen --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 296bafb..6bd77f1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -292,7 +292,7 @@ config MACH_JZ4740 select LIBFDT config MACH_JZ4780 - bool + bool "Ingenic JZ4780 based machines" select SYS_HAS_CPU_MIPS32_R2 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN -- 1.9.1