]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: disk: restyle
authorJohan Jonker <jbx6244@gmail.com>
Wed, 10 Jun 2026 14:37:56 +0000 (16:37 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:13:38 +0000 (14:13 -0600)
Restyle all Kconfigs for "disk":
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@gmail.com>
disk/Kconfig

index 937ae1da61deb9d201032bbf6ae5dd22e53bbf67..672ad46a48f2beadb735c0925489816007cfc50c 100644 (file)
@@ -8,11 +8,11 @@ config PARTITIONS
          Zero or more of the following:
          - CONFIG_MAC_PARTITION   Apple's MacOS partition table.
          - CONFIG_DOS_PARTITION   MS Dos partition table, traditional on the
-                                  Intel architecture, USB sticks, etc.
+         Intel architecture, USB sticks, etc.
          - CONFIG_ISO_PARTITION   ISO partition table, used on CDROM etc.
          - CONFIG_EFI_PARTITION   GPT partition table, common when EFI is the
-                                  bootloader.  Note 2TB partition limit; see
-                                  disk/part_efi.c
+         bootloader.  Note 2TB partition limit; see
+         disk/part_efi.c
          - CONFIG_MTD_PARTITIONS  Memory Technology Device partition table.
          If IDE or SCSI support is enabled (CONFIG_CMD_IDE or CONFIG_SCSI)
          you must configure support for at least one non-MTD partition type