Skip to content

Commit

Permalink
pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP
Browse files Browse the repository at this point in the history
ARM64 SoC does not encourage people to add more finegrained SoC
config options rather than a single ARCH_<family> in arch Kconfig.
So this patch aims to break the dependency on SOC_IMX8QXP.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Aisheng Dong authored and Linus Walleij committed Dec 21, 2018
1 parent 8b78de9 commit a2161fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/freescale/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ config PINCTRL_IMX8MQ

config PINCTRL_IMX8QXP
bool "IMX8QXP pinctrl driver"
depends on SOC_IMX8QXP
depends on ARCH_MXC && ARM64
select PINCTRL_IMX_SCU
help
Say Y here to enable the imx8qxp pinctrl driver
Expand Down

0 comments on commit a2161fd

Please sign in to comment.