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:
parent
dc9c886683
commit
a24f9f2e5a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue