The NXP PORT pinmuxing peripheral is reused across the MCX, S32, and Kinetis lines. Rename the compatible from the family-specific nxp,kinetis-pinctrl to a more generic nxp,port-pinctrl to reflect the actual name for the IP block used within reference manuals. Update the NXP HAL revision to include a change to use the new Kconfig name for the PORT pinctrl driver Update the MAINTAINERS.yml path, as there are no longer any NXP drivers matching the string "drivers/*/*kinetis* Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
9 lines
260 B
Text
9 lines
260 B
Text
# Copyright 2022, 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_NXP_PORT
|
|
bool "Pin controller driver for NXP PORT peripheral"
|
|
default y
|
|
depends on DT_HAS_NXP_PORT_PINMUX_ENABLED
|
|
help
|
|
Enable pin controller driver for NXP PORT peripheral
|