From patchwork Mon Nov 12 06:30:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 1726391 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id B3DBEDFE80 for ; Mon, 12 Nov 2012 06:32:18 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TXnXN-0000hg-Un; Mon, 12 Nov 2012 06:30:26 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TXnXJ-0000hP-Aw for linux-arm-kernel@lists.infradead.org; Mon, 12 Nov 2012 06:30:22 +0000 Received: by mail-pb0-f49.google.com with SMTP id un15so846311pbc.36 for ; Sun, 11 Nov 2012 22:30:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:x-mailer :content-transfer-encoding:mime-version:x-gm-message-state; bh=8M2oh60FZ6by/OzF01xILzYbd6CV7N5FT+K+cDBYSxU=; b=HcYX46EELKn8OuTaEHmv7tcUIyK8KwmaADApLfTa5WEwTGErPM6b/psiNx1Qg+BbdO Djk6qHGwZN8dWpYWUYEcBTVctvP6AZNY0S8pI2s9gN1yygWnAkUxkYufYHp7DKmhmeSi pHNkbv2cViEf5jhaYa/u3Okofcxx5VVU30MgFu4+TJGockdIk4u6hvgEovTMNgBT9t/7 bcmETsc5EHBrTMxDhGamW06yhtA3+ANPa8riuK3uRjqH9OrjNwQJrbvL525n47HuIwJk /ZE5r+rLrMs1/GHIXCWu0m5gCtBnkZFSNL1ey96hdmGIg5VX5ZwufSXkdwc95WhgfRQg HluQ== Received: by 10.68.202.72 with SMTP id kg8mr11975579pbc.134.1352701818283; Sun, 11 Nov 2012 22:30:18 -0800 (PST) Received: from [192.168.0.100] (111-255-120-237.dynamic.hinet.net. [111.255.120.237]) by mx.google.com with ESMTPS id c8sm3797928pav.4.2012.11.11.22.30.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Nov 2012 22:30:17 -0800 (PST) Message-ID: <1352701807.15066.1.camel@phoenix> Subject: [PATCH] ARM: select PINCTRL for ARCH_MMP From: Axel Lin To: Russell King Date: Mon, 12 Nov 2012 14:30:07 +0800 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Gm-Message-State: ALoCoQnGP5U+qX8Ne2DLLZyu8JlVc9q9isl844QbeIH09PDG48qrAXv57RW5n/lPuv1FczmAr1wu X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121112_013021_489323_FD97A90A X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 2.4 (++) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (2.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.8 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [111.255.120.237 listed in dnsbl.sorbs.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.5 SUSPICIOUS_RECIPS Similar addresses in recipient list 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: ingics.com] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Linus Walleij , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This makes PINCTRL related config options visible. Otherwise there is no way to build pinctrl drivers for MMP2, PXA168 and PXA910. Signed-off-by: Axel Lin Acked-by: Linus Walleij --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 48eea16..24e9339 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -581,6 +581,7 @@ config ARCH_MMP select GPIO_PXA select IRQ_DOMAIN select NEED_MACH_GPIO_H + select PINCTRL select PLAT_PXA select SPARSE_IRQ help