1# Copyright (c) 2022 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_IMX
5	bool "Pin controller driver for iMX MCUs"
6	depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC
7	help
8	  Enable pin controller driver for NXP iMX series MCUs
9
10# TODO: Find better place for this option
11config MCUX_XBARA
12	bool "MCUX XBARA driver"
13	depends on HAS_MCUX_XBARA
14	help
15	  Enable the MCUX XBARA driver.
16