:orphan: .. title:: CONFIG_NRF_802154_ENCRYPTION .. kconfig:: CONFIG_NRF_802154_ENCRYPTION CONFIG_NRF_802154_ENCRYPTION ############################ *nRF 802.15.4 AES-CCM\* authentication & encryption* *nRF 802.15.4 AES-CCM\* authentication & encryption* Type: ``bool`` Direct dependencies =================== (!\ :kconfig:`CRYPTO_NRF_ECB ` && \ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (!\ :kconfig:`CRYPTO_NRF_ECB ` && \ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/hal_nordic/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig 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 ---- At ``/hal_nordic/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig 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.)*