drivers: pinctrl: update help text for mcux rt pinctrl driver

update help text for mcux rt pinctrl peripheral driver, to clarify it
does not support RT600/RT500 parts and only RT1xxx series parts.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-04-05 17:31:15 -05:00 committed by David Leach
commit a24f9f2e5a

View file

@ -1,4 +1,4 @@
# Copyright (c) 2022 NXP
# Copyright 2022, NXP
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_MCUX_RT_PINCTRL := nxp,mcux-rt-pinctrl
@ -10,4 +10,4 @@ config PINCTRL_MCUX_RT
default $(dt_compat_enabled,$(DT_COMPAT_MCUX_RT_PINCTRL)) || \
$(dt_compat_enabled,$(DT_COMPAT_MCUX_RT11XX_PINCTRL))
help
Enable pin controller driver for NXP RT series MCUs
Enable pin controller driver for NXP RT1XXX series MCUs