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


Groups > linux.kernel > #1262957 > unrolled thread

[PATCH] ARM: uniphier: select PINCTRL

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2015-11-05 07:50 +0100
Last post2015-11-05 07:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: uniphier: select PINCTRL Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-05 07:50 +0100

#1262957 — [PATCH] ARM: uniphier: select PINCTRL

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2015-11-05 07:50 +0100
Subject[PATCH] ARM: uniphier: select PINCTRL
Message-ID<qrmwV-33G-1@gated-at.bofh.it>
The UniPhier SoCs support pinctrl drivers.

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

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

diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index b640458..82dddee 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -6,6 +6,7 @@ config ARCH_UNIPHIER
 	select ARM_GIC
 	select HAVE_ARM_SCU
 	select HAVE_ARM_TWD if SMP
+	select PINCTRL
 	help
 	  Support for UniPhier SoC family developed by Socionext Inc.
 	  (formerly, System LSI Business Division of Panasonic Corporation)
-- 
1.9.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] | [standalone]


Back to top | Article view | linux.kernel


csiph-web