linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa: let PXA27x select PINCTRL
@ 2016-01-23 19:23 Masahiro Yamada
  2016-01-23 22:07 ` Robert Jarzmik
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-01-23 19:23 UTC (permalink / raw)
  To: arm
  Cc: Masahiro Yamada, Robert Jarzmik, Haojian Zhuang, linux-kernel,
	Russell King, Daniel Mack, linux-arm-kernel

To use the newly added PXA27x pinctrl driver, this commit is needed
as well as commit 4b15ec9d42b2 ("pinctrl: activate pxa architecture").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-pxa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index f096836..35bc0fe 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -618,6 +618,7 @@ config PXA25x
 config PXA27x
 	bool
 	select CPU_XSCALE
+	select PINCTRL
 	help
 	  Select code specific to PXA27x variants
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-26 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-23 19:23 [PATCH] ARM: pxa: let PXA27x select PINCTRL Masahiro Yamada
2016-01-23 22:07 ` Robert Jarzmik
2016-01-23 23:02   ` Arnd Bergmann
2016-01-24 20:39     ` Robert Jarzmik
2016-01-24 21:33       ` Arnd Bergmann
2016-01-25  2:07         ` Masahiro Yamada
2016-01-26 20:11           ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).