Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA
@ 2016-01-23 15:31 Masahiro Yamada
  2016-01-23 17:56 ` kbuild test robot
  2016-01-28 10:24 ` Linus Walleij
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2016-01-23 15:31 UTC (permalink / raw)
  To: linux-gpio; +Cc: Robert Jarzmik, Masahiro Yamada, Linus Walleij, linux-kernel

CONFIG_PINCTRL_PXA is more suitable than CONFIG_ARCH_PXA
to guard the drivers/pinctrl/pxa/ directory.

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

 drivers/pinctrl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index b7b456a..04b633f 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -40,7 +40,7 @@ obj-y				+= freescale/
 obj-$(CONFIG_X86)		+= intel/
 obj-$(CONFIG_PINCTRL_MVEBU)	+= mvebu/
 obj-y				+= nomadik/
-obj-$(CONFIG_ARCH_PXA)		+= pxa/
+obj-$(CONFIG_PINCTRL_PXA)	+= pxa/
 obj-$(CONFIG_ARCH_QCOM)		+= qcom/
 obj-$(CONFIG_PINCTRL_SAMSUNG)	+= samsung/
 obj-$(CONFIG_PINCTRL_SH_PFC)	+= sh-pfc/
-- 
1.9.1

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

end of thread, other threads:[~2016-01-28 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 15:31 [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA Masahiro Yamada
2016-01-23 17:56 ` kbuild test robot
2016-01-23 19:35   ` Masahiro Yamada
2016-01-23 22:22     ` Robert Jarzmik
2016-01-28 10:24 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox