From: Fabio Estevam Date: Mon, 26 Oct 2020 14:20:39 +0000 (-0300) Subject: ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC X-Git-Tag: howlett/maple_spf/20210104~662^2~2^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=24cb90964665c1e7d322bce754623b7155528252;p=users%2Fjedix%2Flinux-maple.git ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC Since commit 12d16b397ce0 ("gpio: mxc: Support module build") the CONFIG_GPIO_MXC option needs to be explicitly selected. Select it to avoid boot issues on imx25/imx27 due to the lack of the GPIO driver. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index aeb1209e08046..bb70acc6b5264 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -93,6 +93,7 @@ CONFIG_SPI=y CONFIG_SPI_IMX=y CONFIG_SPI_SPIDEV=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_MXC=y CONFIG_W1=y CONFIG_W1_MASTER_MXC=y CONFIG_W1_SLAVE_THERM=y