1# Copyright 2022, 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_NXP_PORT
5	bool "Pin controller driver for NXP PORT peripheral"
6	default y
7	depends on DT_HAS_NXP_PORT_PINMUX_ENABLED
8	help
9	  Enable pin controller driver for NXP PORT peripheral
10