diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-30 06:00:52 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 09:41:54 -0400 |
commit | d0e470e0db7ead4e5dc43057b8ede78451d0dd6b (patch) | |
tree | 3a30fd0a4a53ea0a818b0321de65ff3e0540d367 | |
parent | 682e3efa4d23c0587eba784ede6ce6fcff5acee5 (diff) |
arm64: defconfig: enable CONFIG_GPIO_UNIPHIER
Enable the GPIO controller driver used for UniPhier SoC family.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1825ce7e7f6c..6356c6da34ea 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -305,6 +305,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=y | |||
305 | CONFIG_GPIO_DWAPB=y | 305 | CONFIG_GPIO_DWAPB=y |
306 | CONFIG_GPIO_PL061=y | 306 | CONFIG_GPIO_PL061=y |
307 | CONFIG_GPIO_RCAR=y | 307 | CONFIG_GPIO_RCAR=y |
308 | CONFIG_GPIO_UNIPHIER=y | ||
308 | CONFIG_GPIO_XGENE=y | 309 | CONFIG_GPIO_XGENE=y |
309 | CONFIG_GPIO_XGENE_SB=y | 310 | CONFIG_GPIO_XGENE_SB=y |
310 | CONFIG_GPIO_PCA953X=y | 311 | CONFIG_GPIO_PCA953X=y |