mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 08:25:53 +00:00
Fix Kconfig help sections and add spacing to be consistent across all Kconfig file. In a previous run we missed a few. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
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.
|
|
|