CONFIG_GENERATE_MBEDTLS_CFG_FILE
Generate mbed TLS config files
Type: bool
Help
nrf_security will generate mbed TLS configuration file(s)
based on the selection of configuration options in Kconfig.
However, if the generated configuration file needs custom
adjustments, this setting can be used to disable generating the
mbed TLS configuration file. Only disable this setting if you know
what you are doing.
Default
y
Kconfig definition
At <nrfxlib>/nrf_security/Kconfig:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module
config GENERATE_MBEDTLS_CFG_FILE
bool "Generate mbed TLS config files"
default y
depends on NRF_SECURITY
help
nrf_security will generate mbed TLS configuration file(s)
based on the selection of configuration options in Kconfig.
However, if the generated configuration file needs custom
adjustments, this setting can be used to disable generating the
mbed TLS configuration file. Only disable this setting if you know
what you are doing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)