diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-10-26 08:45:00 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-26 08:48:58 +0100 |
commit | c8fa942bd3fbd5b05351aff04649064f5d59f0d2 (patch) | |
tree | 959a5de9c233d295a69cf733eb7fa419dfabf7f0 /arch/arm64/configs | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-c8fa942bd3fbd5b05351aff04649064f5d59f0d2.tar.xz linux-c8fa942bd3fbd5b05351aff04649064f5d59f0d2.zip |
arm64: defconfig: Build in CONFIG_GPIO_MXC by default
i.MX SoC GPIO driver provides the basic functions of GPIO pin operations
and IRQ operations, it is now changed from "def_bool y" to "tristate", so
it should be explicitly enabled to make sure all consumers work normally.
Signed-off-by: Anson Huang <Anson.Huang@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 17a2df6a263e..5cfe3cf6f2ac 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -500,6 +500,7 @@ CONFIG_GPIO_ALTERA=m CONFIG_GPIO_DWAPB=y CONFIG_GPIO_MB86S7X=y CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MXC=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_UNIPHIER=y |