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.

Direct dependencies

NORDIC_SECURITY_BACKEND

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → 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.)