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

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

commit 22139d31634a461c911bdaf7fd167ec2653923ba
Author: simbit18 <[email protected]>
AuthorDate: Tue May 9 15:22:22 2023 +0200

    boards/Kconfig: Fix indentation
    
    Remove spaces from Kconfig
    Add TABs
---
 boards/Kconfig | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/boards/Kconfig b/boards/Kconfig
index 408d6192be..d42fb070e7 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -250,9 +250,9 @@ config ARCH_BOARD_ESP32_ETHERNETKIT
        select ARCH_HAVE_IRQBUTTONS if ESP32_GPIO_IRQ
        ---help---
                The ESP32-Ethernet-Kit is an Ethernet-to-Wi-Fi development 
board that enables
-               Ethernet devices to be interconnected over Wi-Fi. At the same 
time, to provide
-               more flexible power supply options, the ESP32-Ethernet-Kit also 
supports power
-               over Ethernet (PoE).
+               Ethernet devices to be interconnected over Wi-Fi. At the same 
time, to provide
+               more flexible power supply options, the ESP32-Ethernet-Kit also 
supports power
+               over Ethernet (PoE).
 
 config ARCH_BOARD_ESP32_LYRAT
        bool "Espressif ESP32-LyraT"
@@ -305,9 +305,9 @@ config ARCH_BOARD_ESP32_WROVERKIT
        ---help---
                ESP-WROVER-KIT is an ESP32-based development board produced by 
Espressif.
                ESP-WROVER-KIT features the following integrated components:
-                       ESP32-WROVER-B module
-                       LCD screen
-                       MicroSD card slot
+                       ESP32-WROVER-B module
+                       LCD screen
+                       MicroSD card slot
 
 config ARCH_BOARD_LILYGO_TBEAM_LORA_GPS
        bool "LilyGO TBeam V1.1 LoRa/GPS"
@@ -888,8 +888,8 @@ config ARCH_BOARD_M100PFSEVP_MPFS
        depends on ARCH_CHIP_MPFS
        select MPFS_EMMCSD_MUX_GPIO if !MPFS_WITH_QEMU
        ---help---
-                       This is the board configuration for the port of NuttX 
to the
-                       MicroChip m100pfsevp-mpfs board. This board features 
the RISC-V MPFS.
+               This is the board configuration for the port of NuttX to the
+               MicroChip m100pfsevp-mpfs board. This board features the RISC-V 
MPFS.
 
 config ARCH_BOARD_MAX32660_EVSYS
        bool "Maxim Integrated MAX32660-EVSYS"
@@ -1898,8 +1898,8 @@ config ARCH_BOARD_JUPITER_NANO
        select SAMA5D27_JUPITER_NANO_498MHZ
        select ARCH_HAVE_LEDS
        ---help---
-           This options selects support for NuttX on the Starcat Jupiter Nano
-           featuring the SAMA5D27C-LD1G SIP with 128MB LPDDR2 RAM.
+               This options selects support for NuttX on the Starcat Jupiter 
Nano
+               featuring the SAMA5D27C-LD1G SIP with 128MB LPDDR2 RAM.
 
 config ARCH_BOARD_SAMA5D3X_EK
        bool "Atmel SAMA5D3x-EK development board"
@@ -3035,7 +3035,7 @@ config ARCH_BOARD
        default "steval-eth001v1"           if ARCH_BOARD_STEVAL_ETH001V1
        default "stm32h747i-disco"          if ARCH_BOARD_STM32H747I_DISCO
        default "stm32f746-ws"              if ARCH_BOARD_STM32F746_WS
-        default "stm32f777zit6-meadow"      if ARCH_BOARD_MEADOW_F7MICRO
+       default "stm32f777zit6-meadow"      if ARCH_BOARD_MEADOW_F7MICRO
        default "b-g474e-dpow1"             if ARCH_BOARD_B_G474E_DPOW1
        default "b-g431b-esc1"              if ARCH_BOARD_B_G431B_ESC1
        default "nucleo-g431kb"             if ARCH_BOARD_NUCLEO_G431KB

Reply via email to