crypto: Fix Kconfig style
Replace help => ---help--- Add comments
This commit is contained in:
parent
41388daf74
commit
2e98005608
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user