-
CONFIG_GENERATE_MBEDTLS_CFG_FILE
¶
Generate mbed TLS config file
Type: bool
Help¶
nRF Connect SDK Security will generate a mbed TLS configuration file 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:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:14
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend
config GENERATE_MBEDTLS_CFG_FILE
bool "Generate mbed TLS config file"
default y
depends on NORDIC_SECURITY_BACKEND
help
nRF Connect SDK Security will generate a mbed TLS configuration file
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.)