diff options
| author | Peng Fan <[email protected]> | 2026-02-25 09:29:27 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-28 15:31:59 -0300 |
| commit | 7771b2545976bfc53c51ddfa2736864df49d11df (patch) | |
| tree | 45caf9f4c74e78ad4e404db20a6d9a904863e724 | |
| parent | 029892c5b8c810ca7b1f00330f07dc69f299b88a (diff) | |
pinctrl: nxp: Kconfig: Typo fix
PINCTRL_IMX93 is for i.MX9[3,1], not for i.MX8M, correct the typo.
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | drivers/pinctrl/nxp/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/nxp/Kconfig b/drivers/pinctrl/nxp/Kconfig index 84d9a3641ff..b2a19557a27 100644 --- a/drivers/pinctrl/nxp/Kconfig +++ b/drivers/pinctrl/nxp/Kconfig @@ -103,13 +103,13 @@ config PINCTRL_IMX8M registers. config PINCTRL_IMX93 - bool "IMX8M pinctrl driver" + bool "IMX93/1 pinctrl driver" depends on ARCH_IMX9 && PINCTRL_FULL select PINCTRL_IMX_MMIO help - Say Y here to enable the imx8m pinctrl driver + Say Y here to enable the imx9[3,1] pinctrl driver - This provides a simple pinctrl driver for i.MX8M SoC familiy. + This provides a simple pinctrl driver for i.MX9[3,1] SoC. This feature depends on device tree configuration. This driver is different from the linux one, this is a simple implementation, only parses the 'fsl,pins' property and configure related |
