1# Copyright 2022, NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config PINCTRL_NXP_IOCON 5 bool "IOCON Pin controller driver for NXP LPC MCUs" 6 default y 7 depends on DT_HAS_NXP_LPC_IOCON_PINCTRL_ENABLED || \ 8 DT_HAS_NXP_LPC11U6X_PINCTRL_ENABLED || \ 9 DT_HAS_NXP_RT_IOCON_PINCTRL_ENABLED 10 help 11 Enable pin controller driver for NXP LPC MCUs 12