From patchwork Fri May 20 09:57:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1557 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:01 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs153792qag; Fri, 20 May 2011 02:59:17 -0700 (PDT) Received: by 10.68.38.131 with SMTP id g3mr327918pbk.412.1305885081957; Fri, 20 May 2011 02:51:21 -0700 (PDT) Received: from mail-pw0-f50.google.com (mail-pw0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id n7si2508039pbe.48.2011.05.20.02.51.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 May 2011 02:51:21 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) smtp.mail=shawn.guo@linaro.org Received: by mail-pw0-f50.google.com with SMTP id 3so2117213pwi.37 for ; Fri, 20 May 2011 02:51:21 -0700 (PDT) Received: by 10.68.55.7 with SMTP id n7mr6089336pbp.218.1305885081168; Fri, 20 May 2011 02:51:21 -0700 (PDT) Received: from localhost.localdomain ([114.216.156.157]) by mx.google.com with ESMTPS id v6sm2283673pbc.27.2011.05.20.02.51.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 May 2011 02:51:20 -0700 (PDT) From: Shawn Guo To: linux-kernel@vger.kernel.org Cc: grant.likely@secretlab.ca, linus.walleij@linaro.org, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, patches@linaro.org, Shawn Guo Subject: [PATCH 3/3] ARM: mxs: select GPIO_MXS for i.MX23 and i.MX28 Date: Fri, 20 May 2011 17:57:26 +0800 Message-Id: <1305885446-27404-4-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1305885446-27404-1-git-send-email-shawn.guo@linaro.org> References: <1305885446-27404-1-git-send-email-shawn.guo@linaro.org> Signed-off-by: Shawn Guo --- arch/arm/mach-mxs/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 21de5d5..afb1b44 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -8,11 +8,13 @@ config MXS_OCOTP config SOC_IMX23 bool select CPU_ARM926T + select GPIO_MXS select HAVE_PWM config SOC_IMX28 bool select CPU_ARM926T + select GPIO_MXS select HAVE_PWM comment "MXS platforms:"