diff options
| author | Johan Jonker <[email protected]> | 2026-06-10 16:38:36 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-25 14:13:44 -0600 |
| commit | 8e85b5c761872d56d657b220134cf89c36103a10 (patch) | |
| tree | baa4349dffb3200fff2a440bb47f71e4bb05d874 /lib | |
| parent | 5c1ab62653eb772fc5e6d6db65c405fce44f86b0 (diff) | |
Kconfig: lib: restyle
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 <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rsa/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index 12a71c3df6f..deaad0bba02 100644 --- a/lib/rsa/Kconfig +++ b/lib/rsa/Kconfig @@ -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 |
