All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5
@ 2013-05-08 17:32 ` Doug Anderson
  0 siblings, 0 replies; 23+ messages in thread
From: Doug Anderson @ 2013-05-08 17:32 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Thomas Abraham, Olof Johansson, Simon Glass, Alim Akhtar,
	Doug Anderson, Russell King, linux-arm-kernel, linux-samsung-soc,
	linux-kernel

If you've got MACH_EXYNOS5_DT but not MACH_EXYNOS4_DT you'll be
missing the pincontrol definitions.  Add them for exynos5.

Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 arch/arm/mach-exynos/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 6e77432..cdcd7fa 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -428,6 +428,8 @@ config MACH_EXYNOS5_DT
 	depends on ARCH_EXYNOS5
 	select ARM_AMBA
 	select CLKSRC_OF
+	select PINCTRL
+	select PINCTRL_EXYNOS
 	select USB_ARCH_HAS_XHCI
 	select USE_OF
 	help
-- 
1.8.2.1

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

end of thread, other threads:[~2013-05-14 12:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 17:32 [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5 Doug Anderson
2013-05-08 17:32 ` Doug Anderson
2013-05-08 18:19 ` Olof Johansson
2013-05-08 18:19   ` Olof Johansson
2013-05-08 18:48   ` Doug Anderson
2013-05-08 18:48     ` Doug Anderson
2013-05-08 19:33     ` Olof Johansson
2013-05-08 19:33       ` Olof Johansson
2013-05-09  9:45       ` Tomasz Figa
2013-05-09  9:45         ` Tomasz Figa
2013-05-09 18:11         ` Doug Anderson
2013-05-09 18:11           ` Doug Anderson
2013-05-09 23:29           ` Kukjin Kim
2013-05-09 23:29             ` Kukjin Kim
2013-05-08 18:52 ` [PATCH v2] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at arch level Doug Anderson
2013-05-08 18:52   ` Doug Anderson
2013-05-09 18:12   ` [PATCH v3] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at chip level Doug Anderson
2013-05-09 18:12     ` Doug Anderson
2013-05-09 18:12     ` Doug Anderson
2013-05-14 12:07     ` Linus Walleij
2013-05-14 12:07       ` Linus Walleij
2013-05-14 12:25       ` Kukjin Kim
2013-05-14 12:25         ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.