From: Anson Huang Date: Mon, 26 Oct 2020 07:45:00 +0000 (+0800) Subject: arm64: defconfig: Build in CONFIG_GPIO_MXC by default X-Git-Tag: v5.10-rc2~21^2~4^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c8fa942bd3fbd5b05351aff04649064f5d59f0d2;p=linux-block.git 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 Signed-off-by: Shawn Guo --- 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