diff options
author | Li Yang <leoyang.li@nxp.com> | 2020-03-12 01:53:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-16 04:32:42 +0300 |
commit | b0b46d63b7fa74ef759b09b43fa9efb7d2715641 (patch) | |
tree | 842bfd6fbfc2793437cfc31ff319af6753e3bc54 /arch/arm64/configs | |
parent | b2a21fc07f500fad1baa569a3c178ba36c21e3d6 (diff) | |
download | linux-b0b46d63b7fa74ef759b09b43fa9efb7d2715641.tar.xz |
arm64: defconfig: Enable QorIQ GPIO driver
Enables generic GPIO driver for varous QorIQ SoCs. The driver can only
be built-in right now.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-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 f31267c1ba32..128fe2f10947 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -441,6 +441,7 @@ CONFIG_PINCTRL_SM8150=y CONFIG_GPIO_ALTERA=m CONFIG_GPIO_DWAPB=y CONFIG_GPIO_MB86S7X=y +CONFIG_GPIO_MPC8XXX=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_UNIPHIER=y |