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

index 8e8c733aa2952f7e1363463013e09679131f46e5..345be4b8ca14a224bc58d4a875aa0eaddc85f02b 100644 (file)
@@ -78,7 +78,7 @@ config SYS_PBSIZE
 config DISABLE_CONSOLE
        bool "Add functionality to disable console completely"
        help
-               Disable console (in & out).
+         Disable console (in & out).
 
 config IDENT_STRING
        string "Board specific string to be added to uboot version string"
@@ -884,9 +884,9 @@ config AVB_VERIFY
        help
          This option enables compilation of bootloader-dependent operations,
          used by Android Verified Boot 2.0 library (libavb). Includes:
-           * Helpers to process strings in order to build OS bootargs.
-           * Helpers to access MMC, similar to drivers/fastboot/fb_mmc.c.
-           * Helpers to alloc/init/free avb ops.
+         * Helpers to process strings in order to build OS bootargs.
+         * Helpers to access MMC, similar to drivers/fastboot/fb_mmc.c.
+         * Helpers to alloc/init/free avb ops.
 
 if AVB_VERIFY
 
index 2e2863a0dd31de3454999e88afd55ed0100be5a2..0618f42c9410aab275492e6c3d7d8d98c3e24199 100644 (file)
@@ -1321,10 +1321,10 @@ config SPL_PCI
 config SPL_PCI_ENDPOINT
        bool "Support for PCI endpoint drivers"
        help
-          Enable this configuration option to support configurable PCI
-          endpoints at SPL. This should be enabled if the platform has
-          a PCI controllers that can operate in endpoint mode (as a device
-          connected to PCI host or bridge).
+         Enable this configuration option to support configurable PCI
+         endpoints at SPL. This should be enabled if the platform has
+         a PCI controllers that can operate in endpoint mode (as a device
+         connected to PCI host or bridge).
 
 config SPL_PCH
        bool "Support PCH drivers"
@@ -1552,18 +1552,18 @@ config SPL_SPI_FLASH_TINY
        depends on !SPI_FLASH_BAR
        default y if SPI_FLASH
        help
-        Enable lightweight SPL SPI Flash support that supports just reading
-        data/images from flash. No support to write/erase flash. Enable
-        this if you have SPL size limitations and don't need full
-        fledged SPI flash support.
+         Enable lightweight SPL SPI Flash support that supports just reading
+         data/images from flash. No support to write/erase flash. Enable
+         this if you have SPL size limitations and don't need full
+         fledged SPI flash support.
 
 config SPL_SPI_FLASH_SFDP_SUPPORT
        bool "SFDP table parsing support for SPI NOR flashes"
        depends on !SPI_FLASH_BAR && !SPL_SPI_FLASH_TINY
        help
-        Enable support for parsing and auto discovery of parameters for
-        SPI NOR flashes using Serial Flash Discoverable Parameters (SFDP)
-        tables as per JESD216 standard in SPL.
+         Enable support for parsing and auto discovery of parameters for
+         SPI NOR flashes using Serial Flash Discoverable Parameters (SFDP)
+         tables as per JESD216 standard in SPL.
 
 config SPL_SPI_FLASH_MTD
        bool "Support for SPI flash MTD drivers in SPL"
@@ -1584,22 +1584,22 @@ config SYS_SPI_U_BOOT_OFFS
        default 0x0
        depends on SPL_SPI_LOAD || SPL_SPI_SUNXI
        help
-        Address within SPI-Flash from where the u-boot payload is fetched
-        from.
+         Address within SPI-Flash from where the u-boot payload is fetched
+         from.
 
 config SYS_SPI_KERNEL_OFFS
        hex "Falcon mode: address of kernel payload in SPI flash"
        depends on SPL_SPI_FLASH_SUPPORT && SPL_OS_BOOT
        help
-        Address within SPI-Flash from where the kernel payload is fetched
-        in falcon boot.
+         Address within SPI-Flash from where the kernel payload is fetched
+         in falcon boot.
 
 config SYS_SPI_ARGS_OFFS
        hex "Falcon mode: address of args payload in SPI flash"
        depends on SPL_SPI_FLASH_SUPPORT && SPL_OS_BOOT_ARGS
        help
-        Address within SPI-Flash from where the args payload (usually the
-        dtb) is fetched in falcon boot.
+         Address within SPI-Flash from where the args payload (usually the
+         dtb) is fetched in falcon boot.
 
 config SYS_SPI_ARGS_SIZE
        hex "Falcon mode: size of args payload in SPI flash"