Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: Use help for DISABLE_MBEDTLS_BUILTIN info
Browse files Browse the repository at this point in the history
Using a comment to explain Kconfig options make them
invisible to Kconfig search. Use help instead.

Signed-off-by: Sigurd Hellesvik <[email protected]>
  • Loading branch information
hellesvik-nordic authored and rlubos committed Apr 9, 2024
1 parent 2a3a5c9 commit 76c76ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/mbedtls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76c76ed

Please sign in to comment.