ConfigurationΒΆ

Use Kconfig to configure the nrf_security module. To enable the module, set the CONFIG_NORDIC_SECURITY_BACKEND Kconfig variable in the Nordic Security menu.

Setting this variable allows for additional Kconfig variables, depending on the number of features requested. These configurations are then used to generate an mbed TLS configuration file used during compilation.

It is possible to provide your own custom mbed TLS configuration file by deselecting the CONFIG_GENERATE_MBEDTLS_CFG_FILE Kconfig variable.

Note

Deselecting the CONFIG_GENERATE_MBEDTLS_CFG_FILE Kconfig variable is not recommended. If you decide to do so, see User-provided mbed TLS config header.