1# MCUXpresso SDK IUART
2
3# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org>
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_MCUX_IUART
7	bool "MCUX IUART driver"
8	depends on HAS_MCUX && CLOCK_CONTROL
9	select SERIAL_HAS_DRIVER
10	select SERIAL_SUPPORT_INTERRUPT
11	help
12	  Enable the MCUX IUART driver.
13