aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/imx_v4_v5_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-10-26 11:20:39 -0300
committerShawn Guo <shawnguo@kernel.org>2020-10-27 07:45:43 +0800
commit24cb90964665c1e7d322bce754623b7155528252 (patch)
treecc77c24c361b84b25273693c8c29bfa6ebee3e56 /arch/arm/configs/imx_v4_v5_defconfig
parentARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default (diff)
downloadlinux-dev-24cb90964665c1e7d322bce754623b7155528252.tar.xz
linux-dev-24cb90964665c1e7d322bce754623b7155528252.zip
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 <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/imx_v4_v5_defconfig')
-rw-r--r--arch/arm/configs/imx_v4_v5_defconfig1
1 files changed, 1 insertions, 0 deletions
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