From patchwork Fri Oct 18 06:04:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Ungerer X-Patchwork-Id: 3064951 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D284A9F243 for ; Fri, 18 Oct 2013 06:06:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 10F5D204E0 for ; Fri, 18 Oct 2013 06:06:49 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 26B2E20415 for ; Fri, 18 Oct 2013 06:06:48 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX3CQ-0000az-RE; Fri, 18 Oct 2013 06:06:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX3CF-0001VQ-Se; Fri, 18 Oct 2013 06:06:03 +0000 Received: from nschwmtas06p.mx.bigpond.com ([61.9.189.152]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX3Bv-0001RZ-E0 for linux-arm-kernel@lists.infradead.org; Fri, 18 Oct 2013 06:05:45 +0000 Received: from nschwcmgw05p ([61.9.190.165]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20131018060521.XCUI2038.nschwmtas06p.mx.bigpond.com@nschwcmgw05p>; Fri, 18 Oct 2013 06:05:21 +0000 Received: from goober.accelecon.com ([149.135.16.88]) by nschwcmgw05p with BigPond Outbound id eW4m1m00R1u0AeD01W5M4x; Fri, 18 Oct 2013 06:05:21 +0000 X-Authority-Analysis: v=2.0 cv=etRdP/VX c=1 sm=1 a=tpHzvNDyw14p4wpd1xf5Bw==:17 a=Cd6VpDiW7eoA:10 a=aFTPlZ8mLXYA:10 a=abLpnCq0AAAA:8 a=HGb1Qg6pxCAA:10 a=1-7bK1IXOdaOJ9MtxmsA:9 a=8itaGvuMXGQA:10 a=tpHzvNDyw14p4wpd1xf5Bw==:117 From: gerg@uclinux.org To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/8] ARM: imx: allow configuration of the IMX50 SoC Date: Fri, 18 Oct 2013 16:04:17 +1000 Message-Id: <1382076260-6422-6-git-send-email-gerg@uclinux.org> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1382076260-6422-1-git-send-email-gerg@uclinux.org> References: <1382076260-6422-1-git-send-email-gerg@uclinux.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131018_020543_891564_E92F1CD1 X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Greg Ungerer X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Greg Ungerer Allow the Freescale IMX50 SoC support code to be configured on. Signed-off-by: Greg Ungerer --- arch/arm/mach-imx/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 29a8af6..8497b26 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -772,6 +772,15 @@ endchoice comment "Device tree only" +config SOC_IMX50 + bool "i.MX50 support" + select HAVE_IMX_SRC + select IMX_HAVE_PLATFORM_IMX2_WDT + select SOC_IMX5 + + help + This enables support for Freescale i.MX50 processor. + config SOC_IMX53 bool "i.MX53 support" select HAVE_IMX_SRC