Commit b09f629c authored by Abel Vesa's avatar Abel Vesa Committed by Linus Walleij

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: default avatarAbel Vesa <abel.vesa@nxp.com>
Acked-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent df50fcf5
......@@ -124,7 +124,7 @@ config PINCTRL_IMX7ULP
config PINCTRL_IMX8MQ
bool "IMX8MQ pinctrl driver"
depends on SOC_IMX8MQ
depends on ARCH_MXC && ARM64
select PINCTRL_IMX
help
Say Y here to enable the imx8mq pinctrl driver
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment