2019-11-01 20:45:29 +08:00
|
|
|
# iMX7 M4 UART
|
|
|
|
|
2018-03-15 02:36:53 +08:00
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-04-02 03:50:40 +08:00
|
|
|
config UART_IMX
|
2018-03-15 02:36:53 +08:00
|
|
|
bool "NXP i.MX7 family processor UART driver"
|
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
|
|
depends on HAS_IMX_HAL
|
|
|
|
help
|
|
|
|
This option enables the UART driver for NXP i.MX7
|
|
|
|
family processors.
|