From patchwork Mon Dec 9 14:27:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 22186 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vc0-f199.google.com (mail-vc0-f199.google.com [209.85.220.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 9C81723908 for ; Mon, 9 Dec 2013 14:27:08 +0000 (UTC) Received: by mail-vc0-f199.google.com with SMTP id ht17sf7617108vcb.2 for ; Mon, 09 Dec 2013 06:27:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=ZWUv9l5BfwmEiG9Hh6aGzQzkOuoVEetPCyWiBWJyIq0=; b=Cow/BojAtWFY1qzOZ3Sc/gnuu6EKals5Fpx8C3rUEn9Rp01CoooSmiwZBFG4p+EbIT vUshxtuzHoL3+Llsgp3hdS64YGrFk+Gw4+kzf5wqu0912sUFGuBGI9EaXaoom2HmjDWG DVgyAa6xuf2gUA6AUDvgGGlcAocwgeAZaR/ypvAT1hYcHhUm/2ADOFpMKcwp2OYqO8Df ZJSyCW5T8R8kQCPH6ciNJdTt4CYjmxGitPLw/wpsgWlNveSP3oL84M41bQF2W7o2+0n/ arS3P+vULpX1ML5jTTMSfVTjs3t5VLtKYhrZKpHDGxXeahYMCIbHx9bSKeIIWN5Wbn4q AKjg== X-Gm-Message-State: ALoCoQl041RdCbWrY8bkDnyB+vt/iw7VcXAa9uWxGx6hvnNhhfiX7ecsiA8HigB+KcO0yrDjnkWq X-Received: by 10.52.184.228 with SMTP id ex4mr2295443vdc.1.1386599227829; Mon, 09 Dec 2013 06:27:07 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.12.11 with SMTP id u11ls2073455qeb.25.gmail; Mon, 09 Dec 2013 06:27:07 -0800 (PST) X-Received: by 10.52.117.176 with SMTP id kf16mr9307590vdb.6.1386599227694; Mon, 09 Dec 2013 06:27:07 -0800 (PST) Received: from mail-vb0-f41.google.com (mail-vb0-f41.google.com [209.85.212.41]) by mx.google.com with ESMTPS id pu5si3870817veb.59.2013.12.09.06.27.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 06:27:07 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.41 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.41; Received: by mail-vb0-f41.google.com with SMTP id m10so568856vbh.14 for ; Mon, 09 Dec 2013 06:27:07 -0800 (PST) X-Received: by 10.220.97.69 with SMTP id k5mr1685186vcn.45.1386599227605; Mon, 09 Dec 2013 06:27:07 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp110910vcz; Mon, 9 Dec 2013 06:27:07 -0800 (PST) X-Received: by 10.205.33.16 with SMTP id sm16mr2404394bkb.55.1386599226590; Mon, 09 Dec 2013 06:27:06 -0800 (PST) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx.google.com with ESMTPS id le8si3817253lab.33.2013.12.09.06.27.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 06:27:06 -0800 (PST) Received-SPF: neutral (google.com: 209.85.215.42 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=209.85.215.42; Received: by mail-la0-f42.google.com with SMTP id ec20so1639548lab.1 for ; Mon, 09 Dec 2013 06:27:05 -0800 (PST) X-Received: by 10.152.44.225 with SMTP id h1mr5460199lam.22.1386599225835; Mon, 09 Dec 2013 06:27:05 -0800 (PST) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id di11sm14886411lac.0.2013.12.09.06.27.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Dec 2013 06:27:04 -0800 (PST) From: Linus Walleij To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Stephen Warren , Linus Walleij , Bjorn Andersson Subject: [PATCH] pinctrl: select dependency on OF for MSM driver Date: Mon, 9 Dec 2013 15:27:00 +0100 Message-Id: <1386599220-29474-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: linus.walleij@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.41 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , We had a compilation failure on x86_64 due to missing OF support as this was an implicit dependency. Add an explicit selection of OF and OF_IRQ so we get rid of this build failure. Cc: Bjorn Andersson Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - OK so "depends on OF" did not work here let's try to simply select OF and OF_IRQ for this then? It's one of those "warning: (PINCTRL_MSM8X74) selects PINCTRL_MSM which has unmet direct dependencies (PINCTRL && OF)" that I simply cannot find my way out of :-/ --- drivers/pinctrl/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 06e057bb3376..5d96e502dab2 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -205,6 +205,8 @@ config PINCTRL_IMX28 config PINCTRL_MSM bool + select OF + select OF_IRQ select PINMUX select PINCONF select GENERIC_PINCONF