diff options
author | Aisheng Dong <[email protected]> | 2018-12-17 15:38:15 +0000 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2018-12-21 11:23:18 +0100 |
commit | a2161fd7c23cad7f9e962cb63d39ca2dbd41b960 (patch) | |
tree | d73b591ce4757cc27349ea6887e7b13747a67f98 | |
parent | 8b78de956f31c5f210d190766cd23b9f1f6a8ee6 (diff) |
pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefan Agner <[email protected]>
Cc: Pengutronix Kernel Team <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Signed-off-by: Dong Aisheng <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | drivers/pinctrl/freescale/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig index 2d6db434f70a..f7d357910cff 100644 --- a/drivers/pinctrl/freescale/Kconfig +++ b/drivers/pinctrl/freescale/Kconfig @@ -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 |