1# iMX7 M4 UART 2 3# Copyright (c) 2018, NXP 4# SPDX-License-Identifier: Apache-2.0 5 6config UART_IMX 7 bool "NXP i.MX7 family processor UART driver" 8 default y 9 depends on DT_HAS_NXP_IMX_UART_ENABLED 10 select SERIAL_HAS_DRIVER 11 select SERIAL_SUPPORT_INTERRUPT 12 help 13 This option enables the UART driver for NXP i.MX7 14 family processors. 15