mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 21:52:26 +00:00
Maybe this is some "just in case" thing that got copied around. There's no need to have a blank line at the beginning or end of Kconfig files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
menuconfig UART_ESP32
|
|
bool "ESP32 UART driver"
|
|
select SERIAL_HAS_DRIVER
|
|
depends on SOC_ESP32
|
|
help
|
|
Enable the ESP32 UART using ROM routines.
|