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 fcb6c6fccc8c36dcee5538aa871490371a3370e8
Author: simbit18 <[email protected]>
AuthorDate: Tue May 9 16:14:03 2023 +0200

    boards/arm/samv7/common/Kconf Fix indentationig
    
    Remove spaces from Kconfig
    Add TABs
---
 boards/arm/samv7/common/Kconfig | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/boards/arm/samv7/common/Kconfig b/boards/arm/samv7/common/Kconfig
index d779af2fdd..eb33f9c2ee 100644
--- a/boards/arm/samv7/common/Kconfig
+++ b/boards/arm/samv7/common/Kconfig
@@ -42,23 +42,23 @@ config SAMV7_HSMCI0_AUTOMOUNT_UDELAY
 endif # SAMV7_HSMCI0_AUTOMOUNT
 
 config SAMV7_HSMCI0_MOUNT
-       bool "HSMCI0 boot mount"
-       default n
-       depends on !DISABLE_MOUNTPOINT && SAMV7_HSMCI0 && 
!SAMV7_HSMCI0_AUTOMOUNT
+       bool "HSMCI0 boot mount"
+       default n
+       depends on !DISABLE_MOUNTPOINT && SAMV7_HSMCI0 && 
!SAMV7_HSMCI0_AUTOMOUNT
 
 if SAMV7_HSMCI0_MOUNT
 
 config SAMV7_HSMCI0_MOUNT_FSTYPE
-       string "HSMCI0 file system type"
-       default "vfat"
+       string "HSMCI0 file system type"
+       default "vfat"
 
 config SAMV7_HSMCI0_MOUNT_BLKDEV
-       string "HSMCI0 block device"
-       default "/dev/mmcsd0"
+       string "HSMCI0 block device"
+       default "/dev/mmcsd0"
 
 config SAMV7_HSMCI0_MOUNT_MOUNTPOINT
-       string "HSMCI0 mount point"
-       default "/bin"
+       string "HSMCI0 mount point"
+       default "/bin"
 
 endif # SAMV7_HSMCI0_MOUNT
 
@@ -83,7 +83,7 @@ menuconfig SAMV7_FORMAT_MCUBOOT
        default n
        select SAMV7_PROGMEM_OTA_PARTITION
        ---help---
-                The MCUboot support of loading the firmware images.
+               The MCUboot support of loading the firmware images.
 
 if SAMV7_FORMAT_MCUBOOT
 

Reply via email to