crypto: Fix Kconfig style

Replace help => ---help---
Add comments
This commit is contained in:
simbit18 2023-08-09 15:21:12 +02:00 committed by Petro Karashchenko
parent 41388daf74
commit 2e98005608
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ config LIBSODIUM_VERSION
config LIBSODIUM_TEST
tristate "Enable Libsodium test"
default n
help
---help---
Enable the Libsodium test.
if LIBSODIUM_TEST

View File

@ -49,7 +49,7 @@ config MBEDTLS_APP_BENCHMARK_PRIORITY
config MBEDTLS_APP_BENCHMARK_STACKSIZE
int "Benchmark stack size"
default MBEDTLS_DEFAULT_TASK_STACKSIZE
endif
endif # MBEDTLS_APP_BENCHMARK
config MBEDTLS_APP_SELFTEST
bool "Mbed TLS Self Test"
@ -73,8 +73,8 @@ config MBEDTLS_APP_SELFTEST_PRIORITY
config MBEDTLS_APP_SELFTEST_STACKSIZE
int "Self test stack size"
default MBEDTLS_DEFAULT_TASK_STACKSIZE
endif
endif # MBEDTLS_APP_SELFTEST
endif
endif # MBEDTLS_APPS
endif # CRYPTO_MBEDTLS