diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-10-26 15:20:40 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-27 00:45:43 +0100 |
commit | ccee91b568e35e87d61ae72b51fd07ddf5a3d999 (patch) | |
tree | 7dc71450fccf22d3a8c2f9742255d23e9390165c /arch/arm | |
parent | ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC (diff) | |
download | linux-ccee91b568e35e87d61ae72b51fd07ddf5a3d999.tar.xz linux-ccee91b568e35e87d61ae72b51fd07ddf5a3d999.zip |
ARM: multi_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')
-rw-r--r-- | arch/arm/configs/multi_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 70b709a669d2..e00be9faa23b 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -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 |