This is an automated email from the ASF dual-hosted git repository.

fdcavalcanti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit fc15bf87a26f6c3b2f66780b32063a9b32b1a02f
Author: simbit18 <[email protected]>
AuthorDate: Sun Sep 28 17:27:03 2025 +0200

    arch/risc-v: Fix Kconfig style
    
    Replace help => ---help---
    
    Signed-off-by: simbit18 <[email protected]>
---
 arch/risc-v/src/common/espressif/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/risc-v/src/common/espressif/Kconfig 
b/arch/risc-v/src/common/espressif/Kconfig
index 8cd5f6f4d2f..9790e979816 100644
--- a/arch/risc-v/src/common/espressif/Kconfig
+++ b/arch/risc-v/src/common/espressif/Kconfig
@@ -1139,7 +1139,7 @@ config ESPRESSIF_WIFI_ENABLE_WPA3_OWE_STA
 choice ESPRESSIF_WIFI_MGMT_RX_BUFFER
        prompt "Type of WiFi RX MGMT buffers"
        default ESPRESSIF_WIFI_STATIC_RX_MGMT_BUFFER
-       help
+       ---help---
                Select type of WiFi RX MGMT buffers:
 
                If "Static" is selected, WiFi RX MGMT buffers are allocated 
when WiFi is initialized and released
@@ -1194,7 +1194,7 @@ config ESPRESSIF_WIFI_DYNAMIC_RX_BUFFER_NUM
 choice ESPRESSIF_WIFI_TX_BUFFER
        prompt "Type of WiFi TX buffers"
        default ESPRESSIF_WIFI_DYNAMIC_TX_BUFFER
-       help
+       ---help---
                Select type of WiFi TX buffers:
 
                If "Static" is selected, WiFi TX buffers are allocated when 
WiFi is initialized and released
@@ -1255,7 +1255,7 @@ config ESPRESSIF_WIFI_RX_MGMT_BUF_NUM_DEF
        int "Max number of WiFi RX MGMT buffers"
        range 1 10
        default 5
-       help
+       ---help---
                Set the number of WiFi RX_MGMT buffers.
                For Management buffers, the number of dynamic and static 
management buffers is the same.
 

Reply via email to