diff mbox

[U-Boot,RFC,7/7] ARM: select pinctrl drivers from Kconfig

Message ID 1436948198-17236-8-git-send-email-yamada.masahiro@socionext.com
State RFC
Delegated to: Simon Glass
Headers show

Commit Message

Masahiro Yamada July 15, 2015, 8:16 a.m. UTC
The pinctrl driver is tightly integrated with the each SoC,
so it is reasonable to select it from Kconfig.

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

 arch/arm/mach-uniphier/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index 3820bca..57e1c42 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -17,6 +17,7 @@  config MACH_PH1_SLD3
 
 config MACH_PH1_LD4
 	bool "PH1-LD4"
+	select PINCTRL_UNIPHIER_PH1_LD4
 
 config MACH_PH1_PRO4TV
 	bool "PH1-Pro4TV"
@@ -25,9 +26,11 @@  config MACH_PH1_PRO4TV
 config MACH_PH1_PRO4
 	bool "PH1-Pro4"
 	select UNIPHIER_SMP
+	select PINCTRL_UNIPHIER_PH1_PRO4
 
 config MACH_PH1_SLD8
 	bool "PH1-sLD8"
+	select PINCTRL_UNIPHIER_PH1_SLD8
 
 config MACH_PH1_PRO5
 	bool "PH1-Pro5"