diff --git a/arch/xtensa/src/esp32s3/Kconfig b/arch/xtensa/src/esp32s3/Kconfig index bb3b7aeffd..a923154558 100644 --- a/arch/xtensa/src/esp32s3/Kconfig +++ b/arch/xtensa/src/esp32s3/Kconfig @@ -214,7 +214,7 @@ config ESP32S3_ULP_COPROC_RESERVE_MEM range 32 8176 if ESP32S3_ULP_COPROC_ENABLED default 0 if !ESP32S3_ULP_COPROC_ENABLED range 0 0 if !ESP32S3_ULP_COPROC_ENABLED - help + ---help--- Bytes of memory to reserve for ULP coprocessor firmware & data. Data is reserved at the beginning of RTC slow memory. @@ -867,16 +867,16 @@ config ESP32S3_WIFI_RXBA_AMPDU_WZ default 6 config ESP_WIFI_GCMP_SUPPORT - bool "WiFi GCMP Support(GCMP128 and GCMP256)" - default n - ---help--- - Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support. + bool "WiFi GCMP Support(GCMP128 and GCMP256)" + default n + ---help--- + Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support. config ESP_WIFI_GMAC_SUPPORT - bool "WiFi GMAC Support(GMAC128 and GMAC256)" - default n - ---help--- - Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192-bit certification. + bool "WiFi GMAC Support(GMAC128 and GMAC256)" + default n + ---help--- + Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192-bit certification. config ESP32S3_WIFI_CONNECT_TIMEOUT int "Connect timeout in second"