Merge branch 'fix/fix_malformed_kconfigs' into 'master'

fix: fix various errors in Kconfig files

Closes IDF-10356

See merge request espressif/esp-idf!32125
This commit is contained in:
Roland Dobai
2024-07-23 16:29:09 +08:00
6 changed files with 30 additions and 23 deletions
+2 -2
View File
@@ -315,7 +315,7 @@ menu "ESP System Settings"
default -1 if ESP_CONSOLE_NONE
config ESP_CONSOLE_UART_TX_GPIO
int "UART TX on GPIO#"
int "UART TX on GPIO<num>"
depends on ESP_CONSOLE_UART_CUSTOM
range 0 SOC_GPIO_OUT_RANGE_MAX
default 1 if IDF_TARGET_ESP32
@@ -335,7 +335,7 @@ menu "ESP System Settings"
is reconfigured after the bootloader exits and the app starts.
config ESP_CONSOLE_UART_RX_GPIO
int "UART RX on GPIO#"
int "UART RX on GPIO<num>"
depends on ESP_CONSOLE_UART_CUSTOM
range 0 SOC_GPIO_IN_RANGE_MAX
default 3 if IDF_TARGET_ESP32