:orphan: .. title:: CONFIG_CRYPTO_NRF_ECB .. kconfig:: CONFIG_CRYPTO_NRF_ECB CONFIG_CRYPTO_NRF_ECB ##################### *nRF AES electronic codebook mode encryption* Type: ``bool`` Help ==== .. code-block:: none Enable nRF HAL-based AES ECB encryption driver Direct dependencies =================== n *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/crypto/Kconfig.nrf_ecb:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:72`` → ``/crypto/Kconfig:75`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. code-block:: kconfig config CRYPTO_NRF_ECB bool "nRF AES electronic codebook mode encryption" depends on n help Enable nRF HAL-based AES ECB encryption driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*