mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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: 87c2a29a6b
("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>
This commit is contained in:
parent
63e2330448
commit
71e268e342
@ -119,6 +119,7 @@ config PINCTRL_IMX7ULP
|
||||
|
||||
config PINCTRL_IMX8MM
|
||||
tristate "IMX8MM pinctrl driver"
|
||||
depends on OF
|
||||
depends on SOC_IMX8M
|
||||
select PINCTRL_IMX
|
||||
help
|
||||
@ -126,6 +127,7 @@ config PINCTRL_IMX8MM
|
||||
|
||||
config PINCTRL_IMX8MN
|
||||
tristate "IMX8MN pinctrl driver"
|
||||
depends on OF
|
||||
depends on SOC_IMX8M
|
||||
select PINCTRL_IMX
|
||||
help
|
||||
@ -133,6 +135,7 @@ config PINCTRL_IMX8MN
|
||||
|
||||
config PINCTRL_IMX8MP
|
||||
tristate "IMX8MP pinctrl driver"
|
||||
depends on OF
|
||||
depends on SOC_IMX8M
|
||||
select PINCTRL_IMX
|
||||
help
|
||||
@ -140,6 +143,7 @@ config PINCTRL_IMX8MP
|
||||
|
||||
config PINCTRL_IMX8MQ
|
||||
tristate "IMX8MQ pinctrl driver"
|
||||
depends on OF
|
||||
depends on SOC_IMX8M
|
||||
select PINCTRL_IMX
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user