diff options
| author | Johan Jonker <[email protected]> | 2026-06-10 16:37:56 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-25 14:13:38 -0600 |
| commit | 7ffcbd87d2e664fcb6db3adf2efb5463ffff22c2 (patch) | |
| tree | 1ab475f610a43b373ffcac71c5d354483594beb5 | |
| parent | 89957a4f58192d68cc84a5ee5c3e6357edb228ae (diff) | |
Kconfig: disk: restyle
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 <[email protected]>
| -rw-r--r-- | disk/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 937ae1da61d..672ad46a48f 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -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 |
