From 079b54f29e4bfacb4a84c859d8ea95e50fb50bb5 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sat, 5 May 2018 19:53:57 +0900 Subject: [PATCH] ARM: uniphier: enable CONFIG_PINCONF Enable the pin configuration feature for UniPhier 64 bit SoCs. Signed-off-by: Masahiro Yamada --- configs/uniphier_v8_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index b7294a368b..cb7680a0c6 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -43,6 +43,7 @@ CONFIG_NETDEVICES=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x0 CONFIG_SMC911X_32_BIT=y +CONFIG_PINCONF=y CONFIG_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_USB=y -- 2.39.5