1# Copyright 2022, 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config PINCTRL_IMX 5 bool "Pin controller driver for iMX MCUs" 6 depends on DT_HAS_NXP_IMX_IOMUXC_ENABLED 7 depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC 8 default y 9 help 10 Enable pin controller driver for NXP iMX series MCUs 11 12config PINCTRL_IMX_SCU 13 bool "Pin controller driver for SCU-based i.MX SoCs" 14 depends on DT_HAS_NXP_IMX_IOMUXC_SCU_ENABLED 15 default y 16 help 17 Enable pin controller driver for SCU-based NXP i.MX SoCs. 18 19config PINCTRL_IMX_SCMI 20 bool "Pin controller SCMI-based driver for i.MX SoCs" 21 depends on ARM_SCMI_PINCTRL_HELPERS 22 default y 23 help 24 Enable pin controller SCMI-based driver for NXP i.MX SoCs. 25 26# TODO: Find better place for this option 27config MCUX_XBARA 28 bool "MCUX XBARA driver" 29 depends on HAS_MCUX_XBARA 30 help 31 Enable the MCUX XBARA driver. 32