pinctrl: imx8m: kconfig: Fix build error on test compile
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Mon, 5 Sep 2022 22:44:08 +0000 (00:44 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Sep 2022 08:06:57 +0000 (10:06 +0200)
commit71e268e3426d2a1a4fcf3d88079d1d977fd034e0
treec0b5d2c8ff061c37f6e935a775856d798bd13e52
parent63e23304488f25f7193d5868b6cef02cf3a05e66
pinctrl: imx8m: kconfig: Fix build error on test compile

PINCTRL_IMX depends on OF, however the dependency is missed when selected
by PINCTRL_IMX8M* (it does not follow the indirect 'select' statements),
select it explicitly.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/all/202209050605.fezJUgFH-lkp@intel.com/
Fixes: 87c2a29a6bf1 ("pinctrl: imx8m: kconfig: Depends on SOC_IMX8M")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
Link: https://lore.kernel.org/r/20220905224408.346425-1-francesco.dolcini@toradex.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/Kconfig