CONFIG_CRYPTO_NRF_ECB
nRF AES electronic codebook mode encryption
Type: bool
Help
Enable nRF HAL-based AES ECB encryption driver
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/crypto/Kconfig.nrf_ecb:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:72
→ <Zephyr>/drivers/crypto/Kconfig:78
Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL]
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.)