-
CONFIG_NORDIC_SECURITY_BACKEND
¶
Use Nordic provided security backend
Type: bool
Help¶
nRF Connect SDK Security provides crypto functionality through different backends. Some HW platforms supports the used of HW accelerated crypto features.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:3
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
config NORDIC_SECURITY_BACKEND bool "Use Nordic provided security backend" selectNRFXLIB_CRYPTO
selectENTROPY_GENERATOR
ifSOC_NRF52810
||SOC_NRF52832
depends onSOC_FAMILY_NRF
help nRF Connect SDK Security provides crypto functionality through different backends. Some HW platforms supports the used of HW accelerated crypto features.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)