Merge tag 'imx-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 Oct 2020 14:34:35 +0000 (15:34 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 26 Oct 2020 14:34:35 +0000 (15:34 +0100)
commitdff61e683e744675ee5ad83f23ff71701c830d45
tree7692f93e9a81925341051b0d3f3e23ad68cbb8bf
parent926e97852eaf1394c01c2adb77d33b3d32f492de
parentd6820bc6508c0cefd6e407cf5be50d9efda6c85c
Merge tag 'imx-fixes-5.10' of git://git./linux/kernel/git/shawnguo/linux into arm/fixes

i.MX fixes for 5.10:

With commit 12d16b397ce0 ("gpio: mxc: Support module build") in place,
GPIO_MXC has no 'def_bool y' anymore, and needs to be enabled by
defconfig.  It updates the defconfig files to explicitly enable the
option for fixing boot failure on i.MX platform.

* tag 'imx-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default
  ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default
  arm64: defconfig: Build in CONFIG_GPIO_MXC by default

Link: https://lore.kernel.org/r/20201026135601.GA32675@dragon
Signed-off-by: Arnd Bergmann <arnd@arndb.de>