mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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 <peng.fan@nxp.com>
This commit is contained in:
parent
029892c5b8
commit
7771b25459
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user