From patchwork Mon Jun 18 18:10:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9411 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5B9A123E53 for ; Mon, 18 Jun 2012 18:11:13 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 1DA4EA184F1 for ; Mon, 18 Jun 2012 18:11:13 +0000 (UTC) Received: by yhpp61 with SMTP id p61so4422383yhp.11 for ; Mon, 18 Jun 2012 11:11:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=PZOnrrYN5s2mflLCyl4/xrf646QXzXEv6+R4jV98g7Q=; b=hRW/XVUXn/GQ9Qs3BCXEv3QCHRKUfeNtl3g7OByzJ68gK6P5gWnLMzpWvnCnkkPP3o ClIaoTv6HSYZVejQXGPZyblWVYvz3G2iLFrvMW85q/Qp4BGN2pyxkK3NnyvBQnTtl0L8 67PLQBQi/Z+wb3ChdLeTOzG01Xd9gcaCloKONIYxlMTNfmYwJ7XJv6nnZrF1UiXFG0Ij QhP6qJ0JbNHRibTQTSL5Dmy2GRntJretgKn/Dr/jUCReXzfq22e37bGQmkZtUEZ/bAGw obVNkSyuOXUlSpZ+VkgumPVWX62D1EG3uXI7lu/bvs+WfPavuIMeZUC/bDb0SpSx/53d Y/tg== Received: by 10.50.193.196 with SMTP id hq4mr9331354igc.57.1340043072307; Mon, 18 Jun 2012 11:11:12 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp82147ibb; Mon, 18 Jun 2012 11:11:11 -0700 (PDT) Received: by 10.14.29.4 with SMTP id h4mr3596693eea.178.1340043070634; Mon, 18 Jun 2012 11:11:10 -0700 (PDT) Received: from eu1sys200aog110.obsmtp.com (eu1sys200aog110.obsmtp.com. [207.126.144.129]) by mx.google.com with SMTP id q51si8912881eef.17.2012.06.18.11.11.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jun 2012 11:11:10 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.129 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.129; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.129 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob110.postini.com ([207.126.147.11]) with SMTP ID DSNKT99vNXVzmoxzYHXB9nsKkJO32KOtSrHi@postini.com; Mon, 18 Jun 2012 18:11:10 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 8E022A9; Mon, 18 Jun 2012 18:02:37 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 86A2B23B; Mon, 18 Jun 2012 18:10:56 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 35DF124C2F3; Mon, 18 Jun 2012 20:10:46 +0200 (CEST) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 18 Jun 2012 20:10:55 +0200 From: Linus Walleij To: , Cc: Stephen Warren , Linus Walleij Subject: [PATCH] pinctrl: select the proper symbol Date: Mon, 18 Jun 2012 20:10:51 +0200 Message-ID: <1340043051-28746-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.9.2 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlTuqbe7NAZVFkK3yeeYXhWZKulxO6Qx0uICms18UiYueTbG79XXScl4ziWTqFvTxlD6UvA From: Linus Walleij The Kconfig entry for the COH901 pin controller depended on PINMUX_U300 which is stale, use PINCTRL_U300 as it is called these days. Signed-off-by: Linus Walleij --- drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index c6e6ae0..4c05fe8 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -130,7 +130,7 @@ config PINCTRL_U300 config PINCTRL_COH901 bool "ST-Ericsson U300 COH 901 335/571 GPIO" - depends on GPIOLIB && ARCH_U300 && PINMUX_U300 + depends on GPIOLIB && ARCH_U300 && PINCTRL_U300 help Say yes here to support GPIO interface on ST-Ericsson U300. The names of the two IP block variants supported are