mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-19 05:06:53 +00:00
pinctrl: freescale: Break dependency on SOC_IMX8MQ for i.MX8MQ
The CONFIG_SOC_IMX8MQ will go away, so the dependency can be based on ARCH_MXC && ARM64. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Acked-by: Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
df50fcf546
commit
b09f629ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ config PINCTRL_IMX7ULP
|
||||||
|
|
||||||
config PINCTRL_IMX8MQ
|
config PINCTRL_IMX8MQ
|
||||||
bool "IMX8MQ pinctrl driver"
|
bool "IMX8MQ pinctrl driver"
|
||||||
depends on SOC_IMX8MQ
|
depends on ARCH_MXC && ARM64
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
Say Y here to enable the imx8mq pinctrl driver
|
Say Y here to enable the imx8mq pinctrl driver
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue