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 22a5f3968eba631887b8b9393b1e6ba24f259042
Author: simbit18 <[email protected]>
AuthorDate: Wed May 10 11:19:11 2023 +0200

    boards/arm/sama5/jupiter-nano/Kconfig: Fix Kconfig style
    
    Remove spaces from Kconfig files
    Add TABs
---
 boards/arm/sama5/jupiter-nano/Kconfig | 104 +++++++++++++++++-----------------
 1 file changed, 53 insertions(+), 51 deletions(-)

diff --git a/boards/arm/sama5/jupiter-nano/Kconfig 
b/boards/arm/sama5/jupiter-nano/Kconfig
index 2e6cd4df34..d00b09a613 100644
--- a/boards/arm/sama5/jupiter-nano/Kconfig
+++ b/boards/arm/sama5/jupiter-nano/Kconfig
@@ -40,96 +40,98 @@ config SAMA5_SDMMC
        select SDIO_DMA
        select SCHED_WORKQUEUE
        select SCHED_HPWORK
-    select MMCSD
-    select MMCSD_SDIO
+       select MMCSD
+       select MMCSD_SDIO
        select SDIO_BLOCKSETUP
        select ARCH_HAVE_SDIO
        select SAMA5_SDMMC_DMA
        ---help---
-               Enable SD Card interface SDMMC0. Selects SAMA5_SDMMC 
SAMA5_SDMMC0 SAMA5_SDMMC_DMA SDIO_DMA SCHED_WORKQUEUE SCHED_HPWORK 
SDIO_BLOCKSETUP
+               Enable SD Card interface SDMMC0. Selects SAMA5_SDMMC
+               SAMA5_SDMMC0 SAMA5_SDMMC_DMA SDIO_DMA SCHED_WORKQUEUE
+               SCHED_HPWORK SDIO_BLOCKSETUP
 
 config SAMA5_SDMMC0
-    bool "Enable SDMMC0 (built-in eMMC)"
-    default n if SAMA5_SDMMC
-    depends on SAMA5_SDMMC
+       bool "Enable SDMMC0 (built-in eMMC)"
+       default n if SAMA5_SDMMC
+       depends on SAMA5_SDMMC
 
 config SAMA5_SDMMC0_SIZE
-    int "SDMMC0 size in bytes"
-    default 4294967296
-    depends on SAMA5_SDMMC0
-    ---help---
-    Size of eMMC flash in bytes. Default: 4GB
+       int "SDMMC0 size in bytes"
+       default 4294967296
+       depends on SAMA5_SDMMC0
+       ---help---
+               Size of eMMC flash in bytes. Default: 4GB
 
 config SAMA5D27_SDMMC0_MOUNT
-    bool "Mount SDMMC0 at startup"
-    default n
-    depends on SAMA5_SDMMC0
+       bool "Mount SDMMC0 at startup"
+       default n
+       depends on SAMA5_SDMMC0
 
 config SAMA5D27_SDMMC0_MOUNT_BLKDEV
-    string "SDMMC0 block device name"
-    default "mmc0"
-    depends on SAMA5_SDMMC0
+       string "SDMMC0 block device name"
+       default "mmc0"
+       depends on SAMA5_SDMMC0
 
 config SAMA5D27_SDMMC0_MOUNT_MOUNTPOINT
-    string "SDMMC0 mountpoint"
-    default "/mnt/sdmmc0"
-    depends on SAMA5_SDMMC0
+       string "SDMMC0 mountpoint"
+       default "/mnt/sdmmc0"
+       depends on SAMA5_SDMMC0
 
 config SAMA5D27_SDMMC0_MOUNT_FSTYPE
-    string "SDMMC0 file system type"
-    default "vfat"
-    depends on SAMA5_SDMMC0
+       string "SDMMC0 file system type"
+       default "vfat"
+       depends on SAMA5_SDMMC0
 
 config SAMA5_SDMMC1_WIDTH_D1_D8
-    bool "SDMMC0 data bus width 8 bits"
-    default y
-    depends on SAMA5_SDMMC0
+       bool "SDMMC0 data bus width 8 bits"
+       default y
+       depends on SAMA5_SDMMC0
 
 config SAMA5_SDMMC1
-    bool "Enable SDMMC1"
+       bool "Enable SDMMC1"
        default y if SAMA5_SDMMC
-    select SAMA5_SDMMC1_WIDTH_D1_D4
-    depends on SAMA5_SDMMC
+       select SAMA5_SDMMC1_WIDTH_D1_D4
+       depends on SAMA5_SDMMC
 
 config SAMA5_SDMMC1_SIZE
        int "SDMMC1 size in bytes"
-    default 1073741824
-    depends on SAMA5_SDMMC1
+       default 1073741824
+       depends on SAMA5_SDMMC1
        ---help---
                Size of SD Card in bytes. Default: 16GB
 
 config SAMA5D27_SDMMC1_MOUNT
-    bool "Mount SDMMC1 at startup"
-    default n
-    depends on SAMA5_SDMMC1
+       bool "Mount SDMMC1 at startup"
+       default n
+       depends on SAMA5_SDMMC1
 
 config SAMA5D27_SDMMC1_MOUNT_BLKDEV
-    string "SDMMC1 block device name"
-    default "mmc1"
-    depends on SAMA5_SDMMC1
+       string "SDMMC1 block device name"
+       default "mmc1"
+       depends on SAMA5_SDMMC1
 
 config SAMA5D27_SDMMC1_MOUNT_MOUNTPOINT
-    string "SDMMC1 mountpoint"
-    default "/mnt/sdmmc1"
-    depends on SAMA5_SDMMC1
+       string "SDMMC1 mountpoint"
+       default "/mnt/sdmmc1"
+       depends on SAMA5_SDMMC1
 
 config SAMA5D27_SDMMC1_MOUNT_FSTYPE
-    string "SDMMC1 file system type"
-    default "vfat"
-    depends on SAMA5_SDMMC1
+       string "SDMMC1 file system type"
+       default "vfat"
+       depends on SAMA5_SDMMC1
 
 config MMCSD_HAVE_CARDDETECT
-    bool "SDMMC1 card detect"
-    default y
-    depends on SAMA5_SDMMC1
+       bool "SDMMC1 card detect"
+       default y
+       depends on SAMA5_SDMMC1
 
 config SAMA5_SDMMC1_WIDTH_D1_D4
-    bool "SDMMC1 data bus width 4 bits"
-    default y
-    depends on SAMA5_SDMMC1
+       bool "SDMMC1 data bus width 4 bits"
+       default y
+       depends on SAMA5_SDMMC1
 
 config SAMA5_SYSTEMRESET
-    bool "Enable system reset - this will enable the nsh reboot command"
-    select BOARDCTL_RESET
+       bool "Enable system reset - this will enable the nsh reboot command"
+       select BOARDCTL_RESET
 
 endif # ARCH_BOARD_JUPITER_NANO

Reply via email to