]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: restyle
authorJohan Jonker <jbx6244@gmail.com>
Wed, 10 Jun 2026 14:41:34 +0000 (16:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 21:01:00 +0000 (15:01 -0600)
Restyle Kconfig:
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>
Kconfig

diff --git a/Kconfig b/Kconfig
index 8d9a20fe69344c741e698f12515bded2ec4ee2d5..e5de815d8cae72fcae186ffc6e9e0c4e529b39c3 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -193,7 +193,7 @@ config FUZZ
        select ASAN
        help
          Enables the fuzzing infrastructure to generate fuzzing data and run
-          fuzz tests.
+         fuzz tests.
 
 config CC_HAS_ASM_INLINE
        def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)
@@ -308,11 +308,11 @@ config SYS_MALLOC_F_LEN
        default 0x10000 if ARCH_IMX8 || ARCH_IMX8M
        default 0x2000
        help
-               Size of the malloc() pool for use before relocation. If
-               this is defined, then a very simple malloc() implementation
-               will become available before relocation. The address is just
-               below the global data, and the stack is moved down to make
-               space.
+         Size of the malloc() pool for use before relocation. If
+         this is defined, then a very simple malloc() implementation
+         will become available before relocation. The address is just
+         below the global data, and the stack is moved down to make
+         space.
 
                This feature allocates regions with increasing addresses
                within the region. calloc() is supported, but realloc()
@@ -420,7 +420,7 @@ menuconfig EXPERT
          Use this only if you really know what you are doing.
 
 if EXPERT
-       config SYS_MALLOC_CLEAR_ON_INIT
+config SYS_MALLOC_CLEAR_ON_INIT
        bool "Init with zeros the memory reserved for malloc (slow)"
        default y
        help