diff options
author | Masahiro Yamada | 2018-05-05 19:53:57 +0900 |
---|---|---|
committer | Masahiro Yamada | 2018-05-08 10:25:15 +0900 |
commit | 079b54f29e4bfacb4a84c859d8ea95e50fb50bb5 (patch) | |
tree | 2f7bcc28002a706112daf5b5e1b2fec2ab30e081 /configs | |
parent | 57a6c1bf87edf1f4e52b9ff250c4e7ddd20a18bf (diff) |
ARM: uniphier: enable CONFIG_PINCONF
Enable the pin configuration feature for UniPhier 64 bit SoCs.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/uniphier_v8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index b7294a368bc..cb7680a0c62 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 |