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

index 12a71c3df6f2f89dcc91032b2f4102dcb7d7262d..deaad0bba0210f5d1dceebe8376f3c92a4451f78 100644 (file)
@@ -94,14 +94,14 @@ config RSA_FREESCALE_EXP
        bool "Enable RSA Modular Exponentiation with FSL crypto accelerator"
        depends on DM && FSL_CAAM && !ARCH_MX7 && !ARCH_MX7ULP && !ARCH_MX6 && !ARCH_MX5
        help
-       Enables driver for RSA modular exponentiation using Freescale cryptographic
-       accelerator - CAAM.
+         Enables driver for RSA modular exponentiation using Freescale cryptographic
+         accelerator - CAAM.
 
 config RSA_ASPEED_EXP
        bool "Enable RSA Modular Exponentiation with ASPEED crypto accelerator"
        depends on DM && ASPEED_ACRY
        help
-       Enables driver for RSA modular exponentiation using ASPEED cryptographic
-       accelerator - ACRY
+         Enables driver for RSA modular exponentiation using ASPEED cryptographic
+         accelerator - ACRY
 
 endif