From 76c76edcbabed3192d5cba95b66e94149d2d1879 Mon Sep 17 00:00:00 2001 From: Sigurd Hellesvik Date: Tue, 26 Mar 2024 16:35:05 +0100 Subject: [PATCH] [nrf noup] modules: mbedtls: Use help for DISABLE_MBEDTLS_BUILTIN info Using a comment to explain Kconfig options make them invisible to Kconfig search. Use help instead. Signed-off-by: Sigurd Hellesvik --- modules/mbedtls/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/mbedtls/Kconfig b/modules/mbedtls/Kconfig index 25c1d15f84a..99eb3bcf859 100644 --- a/modules/mbedtls/Kconfig +++ b/modules/mbedtls/Kconfig @@ -41,10 +41,11 @@ config MBEDTLS_LIBRARY endchoice -# subsystems cannot deselect MBEDTLS_BUILTIN, but they can select -# DISABLE_MBEDTLS_BUILTIN. config DISABLE_MBEDTLS_BUILTIN bool + help + Subsystems cannot deselect MBEDTLS_BUILTIN, but they can select + DISABLE_MBEDTLS_BUILTIN. config CUSTOM_MBEDTLS_CFG_FILE bool "Custom mbed TLS configuration file"