2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_ESP32
|
2017-05-11 08:12:12 +08:00
|
|
|
bool "ESP32 UART driver"
|
2019-08-22 05:54:00 +08:00
|
|
|
default y
|
2017-05-11 08:12:12 +08:00
|
|
|
select SERIAL_HAS_DRIVER
|
2019-08-22 05:54:00 +08:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
|
|
select GPIO_ESP32
|
2017-08-04 18:35:47 +08:00
|
|
|
depends on SOC_ESP32
|
2017-05-11 08:12:12 +08:00
|
|
|
help
|
2018-02-15 21:36:16 +08:00
|
|
|
Enable the ESP32 UART using ROM routines.
|