CONFIG_NRF_802154_ENCRYPTION¶
nRF 802.15.4 AES-CCM* authentication & encryption
Type: bool
Direct dependencies¶
!CRYPTO_NRF_ECB
&& NRF_802154_RADIO_DRIVER
&& HAS_NORDIC_DRIVERS
&& 0
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/hal_nordic/Kconfig:46
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:74
Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver
config NRF_802154_ENCRYPTION
bool "nRF 802.15.4 AES-CCM* authentication & encryption"
depends on !CRYPTO_NRF_ECB && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)