diff mbox series

[1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC

Message ID 20201026142040.31263-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC | expand

Commit Message

Fabio Estevam Oct. 26, 2020, 2:20 p.m. UTC
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.

Fixes: 12d16b397ce0 ("gpio: mxc: Support module build")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/configs/imx_v4_v5_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Oct. 26, 2020, 11:45 p.m. UTC | #1
On Mon, Oct 26, 2020 at 11:20:39AM -0300, Fabio Estevam wrote:
> 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.
> 
> Fixes: 12d16b397ce0 ("gpio: mxc: Support module build")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied both, thanks.
diff mbox series

Patch

diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index aeb1209e0804..bb70acc6b526 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