[PATCH v1 02/18] Kconfig: cmd: restyle

Johan Jonker jbx6244 at gmail.com
Wed Jun 10 16:37:30 CEST 2026


Restyle all Kconfigs for "cmd":
Menu entries   : no space left
Menu attributes: 1 TAB
Help text      : 1 TAB + 2 spaces
Replace '---help---' by 'help'

Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
---
 cmd/Kconfig    | 74 +++++++++++++++++++++++++-------------------------
 cmd/ti/Kconfig | 18 ++++++------
 2 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index c71c6824a196..6ca414e90743 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -881,12 +881,12 @@ config EEPROM_LAYOUT_VERSIONS
 	  via the -l option.

 config EEPROM_LAYOUT_HELP_STRING
-	  string "Tells user what layout names are supported"
-	  depends on EEPROM_LAYOUT_VERSIONS
-	  default "<not defined>"
-	  help
-	    Help printed with the LAYOUT VERSIONS part of the 'eeprom'
-	    command's help.
+	string "Tells user what layout names are supported"
+	depends on EEPROM_LAYOUT_VERSIONS
+	default "<not defined>"
+	help
+	  Help printed with the LAYOUT VERSIONS part of the 'eeprom'
+	  command's help.

 config SYS_I2C_EEPROM_BUS
 	int "I2C bus of the EEPROM device."
@@ -967,14 +967,14 @@ config CMD_MEMORY
 	default y
 	help
 	  Memory commands.
-	    md - memory display
-	    mm - memory modify (auto-incrementing address)
-	    nm - memory modify (constant address)
-	    mw - memory write (fill)
-	    cp - memory copy
-	    cmp - memory compare
-	    base - print or set address offset
-	    loop - initialize loop on address range
+	  md - memory display
+	  mm - memory modify (auto-incrementing address)
+	  nm - memory modify (constant address)
+	  mw - memory write (fill)
+	  cp - memory copy
+	  cmp - memory compare
+	  base - print or set address offset
+	  loop - initialize loop on address range

 config CMD_MEM_SEARCH
 	bool "ms - Memory search"
@@ -1115,9 +1115,9 @@ config CMD_ARMFFA
 	help
 	  Provides a test command for the FF-A support
 	  supported options:
-		- Listing the partition(s) info
-		- Sending a data pattern to the specified partition
-		- Displaying the arm_ffa device info
+	  - Listing the partition(s) info
+	  - Sending a data pattern to the specified partition
+	  - Displaying the arm_ffa device info

 config CMD_ARMFLASH
 	bool "armflash"
@@ -1214,9 +1214,9 @@ config CMD_FLASH
 	depends on FLASH_CFI_DRIVER || MTD_NOR_FLASH
 	help
 	  NOR flash support.
-	    flinfo - print FLASH memory information
-	    erase - FLASH memory
-	    protect - enable or disable FLASH write protection
+	  flinfo - print FLASH memory information
+	  erase - FLASH memory
+	  protect - enable or disable FLASH write protection

 config CMD_FPGA
 	bool "fpga"
@@ -1548,7 +1548,7 @@ config CMD_OPTEE
 	bool "Enable OP-TEE commands"
 	depends on OPTEE
 	help
-	 OP-TEE commands support.
+	  OP-TEE commands support.

 config CMD_MTD
 	bool "mtd"
@@ -1606,7 +1606,7 @@ config CMD_MUX
 	bool "mux"
 	depends on MULTIPLEXER
 	help
-	 List, select, and deselect mux controllers on the fly.
+	  List, select, and deselect mux controllers on the fly.

 config CMD_NAND
 	bool "nand"
@@ -1814,7 +1814,7 @@ config CMD_UFS
 	depends on UFS
 	help
 	  "This provides commands to initialise and configure universal flash
-	   subsystem devices"
+	  subsystem devices"

 config CMD_USB
 	bool "usb"
@@ -1936,7 +1936,7 @@ config CMD_SETEXPR
 	default y
 	help
 	  Evaluate boolean and math expressions and store the result in an env
-	    variable.
+	  variable.
 	  Also supports loading the value at a memory location into a variable.
 	  If CONFIG_REGEX is enabled, setexpr also supports a gsub function.

@@ -2642,9 +2642,9 @@ config CMD_PSTORE_ECC_SIZE
 	depends on CMD_PSTORE
 	default "0"
 	help
-	if non-zero, the option enables ECC support and specifies ECC buffer
-	size in bytes (1 is a special value, means 16 bytes ECC), should be
-	identical to ramoops.ramoops_ecc parameter used by kernel
+	  if non-zero, the option enables ECC support and specifies ECC buffer
+	  size in bytes (1 is a special value, means 16 bytes ECC), should be
+	  identical to ramoops.ramoops_ecc parameter used by kernel

 endif

@@ -3156,15 +3156,15 @@ config CMD_AVB
 	help
 	  Enables a "avb" command to perform verification of partitions using
 	  Android Verified Boot 2.0 functionality. It includes such subcommands:
-	    avb init - initialize avb2 subsystem
-	    avb read_rb - read rollback index
-	    avb write_rb - write rollback index
-	    avb is_unlocked - check device lock state
-	    avb get_uuid - read and print uuid of a partition
-	    avb read_part - read data from partition
-	    avb read_part_hex - read data from partition and output to stdout
-	    avb write_part - write data to partition
-	    avb verify - run full verification chain
+	  avb init - initialize avb2 subsystem
+	  avb read_rb - read rollback index
+	  avb write_rb - write rollback index
+	  avb is_unlocked - check device lock state
+	  avb get_uuid - read and print uuid of a partition
+	  avb read_part - read data from partition
+	  avb read_part_hex - read data from partition and output to stdout
+	  avb write_part - write data to partition
+	  avb verify - run full verification chain

 config CMD_STACKPROTECTOR_TEST
 	bool "Test command for stack protector"
@@ -3194,7 +3194,7 @@ config CMD_UBI_RENAME
 	depends on CMD_UBI
 	help
 	  Enable a "ubi" command to rename ubi volume:
-	   ubi rename <oldname> <newname>
+	  ubi rename <oldname> <newname>

 config CMD_UBIFS
 	tristate "Enable UBIFS - Unsorted block images filesystem commands"
diff --git a/cmd/ti/Kconfig b/cmd/ti/Kconfig
index 43fe9ef2f080..17cf867dd91d 100644
--- a/cmd/ti/Kconfig
+++ b/cmd/ti/Kconfig
@@ -4,24 +4,24 @@ config CMD_DDR3
 	bool "command for verifying DDR features"
 	depends on ARCH_KEYSTONE || DRA7XX
 	help
-	   Support for testing ddr3 on TI platforms. This command
-	   supports memory verification, memory comapre and ecc
-	   verification if supported.
+	  Support for testing ddr3 on TI platforms. This command
+	  supports memory verification, memory comapre and ecc
+	  verification if supported.

 config CMD_DDR4
 	bool "command for verifying DDRSS Inline ECC features"
 	depends on ARCH_K3
 	help
-	   Support for testing DDRSS on TI platforms. This command supports
-	   memory verification, memory compare and inline ECC verification
-	   if supported.
+	  Support for testing DDRSS on TI platforms. This command supports
+	  memory verification, memory compare and inline ECC verification
+	  if supported.

 config CMD_PD
 	bool "command for verifying power domains"
 	depends on TI_POWER_DOMAIN
 	help
-	   Debug command for K3 power domains. For this to work, the
-	   K3 power domain driver must be enabled for the u-boot; by
-	   default it is only enabled for SPL.
+	  Debug command for K3 power domains. For this to work, the
+	  K3 power domain driver must be enabled for the u-boot; by
+	  default it is only enabled for SPL.

 endmenu
--
2.39.5



More information about the U-Boot mailing list