CONFIG_CRYPTO_NRF_ECB

nRF AES electronic codebook mode encryption

Type: bool

Help

Enable nRF HAL-based AES ECB encryption driver

Direct dependencies

HAS_HW_NRF_ECB && !BT_CTLR && CRYPTO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/crypto/Kconfig.nrf_ecb:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:70<Zephyr>/drivers/crypto/Kconfig:75

Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL]

menuconfig CRYPTO_NRF_ECB
    bool "nRF AES electronic codebook mode encryption"
    depends on HAS_HW_NRF_ECB && !BT_CTLR && CRYPTO
    help
      Enable nRF HAL-based AES ECB encryption driver

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