summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/freescale/Kconfig
diff options
context:
space:
mode:
authorAisheng Dong <aisheng.dong@nxp.com>2018-12-18 15:22:58 +0000
committerLinus Walleij <linus.walleij@linaro.org>2019-01-11 09:25:01 +0100
commitf05c07b05d67c578d2f11c04482d983dba7ebc9c (patch)
treeebe5283df500849b38291890709decd608feb139 /drivers/pinctrl/freescale/Kconfig
parentbfeffd155283772bbe78c6a05dec7c0128ee500c (diff)
downloadlinux-f05c07b05d67c578d2f11c04482d983dba7ebc9c.tar.bz2
pinctrl: imx: add imx8qm driver
MX8QM contains a system controller that is responsible for controlling the pad setting of the IPs that are present. Communication between the host processor running an OS and the system controller happens through a SCU protocol. This patch adds the SCU based MX8QM pinctrl driver. Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Fabio Estevam <festevam@gmail.com> Cc: Stefan Agner <stefan@agner.ch> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/freescale/Kconfig')
-rw-r--r--drivers/pinctrl/freescale/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index 72b869d888e2..b318c24b61be 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -129,6 +129,13 @@ config PINCTRL_IMX8MQ
help
Say Y here to enable the imx8mq pinctrl driver
+config PINCTRL_IMX8QM
+ bool "IMX8QM pinctrl driver"
+ depends on ARCH_MXC && ARM64
+ select PINCTRL_IMX_SCU
+ help
+ Say Y here to enable the imx8qm pinctrl driver
+
config PINCTRL_IMX8QXP
bool "IMX8QXP pinctrl driver"
depends on ARCH_MXC && ARM64