Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1246177 > unrolled thread

[PATCH 3/5] pinctrl: berlin: add explicit dependency on OF

Started byAntoine Tenart <antoine.tenart@free-electrons.com>
First post2015-10-13 23:40 +0200
Last post2015-10-16 16:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/5] pinctrl: berlin: add explicit dependency on OF Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-13 23:40 +0200
    Re: [PATCH 3/5] pinctrl: berlin: add explicit dependency on OF Linus Walleij <linus.walleij@linaro.org> - 2015-10-16 16:30 +0200

#1246177 — [PATCH 3/5] pinctrl: berlin: add explicit dependency on OF

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-10-13 23:40 +0200
Subject[PATCH 3/5] pinctrl: berlin: add explicit dependency on OF
Message-ID<qjfsB-28J-9@gated-at.bofh.it>
Berlin pinctrl drivers depends on CONFIG_OF. This patch adds
this dependency explicitly.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 drivers/pinctrl/berlin/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
index 7eb4bb615867..cf95b4d7f7e3 100644
--- a/drivers/pinctrl/berlin/Kconfig
+++ b/drivers/pinctrl/berlin/Kconfig
@@ -7,14 +7,17 @@ config PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG2
 	def_bool MACH_BERLIN_BG2
+	depends on OF
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG2CD
 	def_bool MACH_BERLIN_BG2CD
+	depends on OF
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG2Q
 	def_bool MACH_BERLIN_BG2Q
+	depends on OF
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG4CT
-- 
2.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1248811

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-16 16:30 +0200
Message-ID<qkeb8-uX-1@gated-at.bofh.it>
In reply to#1246177
On Tue, Oct 13, 2015 at 11:31 PM, Antoine Tenart
<antoine.tenart@free-electrons.com> wrote:

> Berlin pinctrl drivers depends on CONFIG_OF. This patch adds
> this dependency explicitly.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web