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 <[email protected]>
---
 common/Kconfig     |  8 ++++----
 common/spl/Kconfig | 34 +++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 8e8c733aa295..345be4b8ca14 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -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

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 5fa94098e498..726e9c7e9491 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -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"
--
2.39.5

Reply via email to