You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
351 B
15 lines
351 B
# iMX7 M4 UART |
|
|
|
# Copyright (c) 2018, NXP |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UART_IMX |
|
bool "NXP i.MX7 family processor UART driver" |
|
default y |
|
depends on DT_HAS_NXP_IMX_UART_ENABLED |
|
select PINCTRL |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
help |
|
This option enables the UART driver for NXP i.MX7 |
|
family processors.
|
|
|