From: Peng Fan <[email protected]>

PINCTRL_IMX93 is for i.MX9[3,1], not for i.MX8M, correct the typo.

Signed-off-by: Peng Fan <[email protected]>
---
 drivers/pinctrl/nxp/Kconfig | 6 +++---
 1 file 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

-- 
2.51.0

Reply via email to