Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
32b475ebb97332f078348ff8548888b36fe3d813
/
.
/
drivers
/
serial
/
Kconfig.esp32
blob: 32d83ac5b552127d83cc64ac8e9698a872e4b447 [
file
] [
log
] [
blame
]
menuconfig UART_ESP32
bool
"ESP32 UART driver"
default
n
select
SERIAL_HAS_DRIVER
depends on SOC_ESP32
help
Enable
the ESP32 UART
using
ROM routines
.