ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC
authorFabio Estevam <festevam@gmail.com>
Mon, 26 Oct 2020 14:20:40 +0000 (11:20 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 26 Oct 2020 23:45:43 +0000 (07:45 +0800)
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 <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/multi_v5_defconfig

index 70b709a..e00be9f 100644 (file)
@@ -166,6 +166,7 @@ CONFIG_SPI_IMX=y
 CONFIG_SPI_ORION=y
 CONFIG_GPIO_ASPEED=m
 CONFIG_GPIO_ASPEED_SGPIO=y
+CONFIG_GPIO_MXC=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_QNAP=y