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 4c545f1a636d3c4fcbda91ded3d7a0e9b6a78f56
Author: simbit18 <[email protected]>
AuthorDate: Mon Sep 29 12:04:31 2025 +0200

    boards: Fix Kconfig style
    
    Remove spaces from Kconfig
    Add TABs
    Add comments
    
    Signed-off-by: simbit18 <[email protected]>
---
 boards/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards/Kconfig b/boards/Kconfig
index 14b86aee352..02e53f796e9 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -2045,7 +2045,7 @@ config ARCH_BOARD_RASPBERRYPI_PICO_W
 config ARCH_BOARD_RASPBERRYPI_4B
        bool "Raspberry Pi Model 4B"
        depends on ARCH_CHIP_BCM2711
-    select ARCH_HAVE_LEDS
+       select ARCH_HAVE_LEDS
        ---help---
                This is a port to the Raspberry Pi Model 4B.
 
@@ -3431,7 +3431,7 @@ config ARCH_BOARD_CUSTOM
                Don't see the board you want?  You must first select the exact 
MCU part
                number, then the boards supporting that part will be available 
for selection.
 
-endchoice
+endchoice # Select target board
 
 if ARCH_BOARD_CUSTOM
 menu "Custom Board Configuration"
@@ -3487,7 +3487,7 @@ config BOARD_CUSTOM_INTERRUPT
        select ARCH_PHY_INTERRUPT
 
 endmenu # Custom Board Configuration
-endif #ARCH_BOARD_CUSTOM
+endif # ARCH_BOARD_CUSTOM
 
 config ARCH_BOARD
        string

Reply via email to