CONFIG_NRF_SECURITY

Use nrf_security module

Type: bool

Help

Set this configuration to enable nrf_security module. This provides
Arm PSA cryptography APIs with RNG support (optionally).

Direct dependencies

SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:32

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 NRF_SECURITY
    bool "Use nrf_security module" if !PSA_PROMPTLESS
    default y if BUILD_WITH_TFM
    select ENTROPY_GENERATOR
    select DISABLE_MBEDTLS_BUILTIN if MBEDTLS
    depends on SOC_FAMILY_NRF
    help
      Set this configuration to enable nrf_security module. This provides
      Arm PSA cryptography APIs with RNG support (optionally).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)