:orphan: .. title:: CRYPTO_ATAES132A .. option:: CONFIG_CRYPTO_ATAES132A *Atmel ATAES132A 32k AES Serial EEPROM support* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel ATAES132A 32k AES Serial EEPROM support. Direct dependencies =================== \ :option:`I2C ` && \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/crypto/Kconfig.ataes132a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:70`` → ``/crypto/Kconfig:73`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. code-block:: kconfig menuconfig CRYPTO_ATAES132A bool "Atmel ATAES132A 32k AES Serial EEPROM support" depends on I2C && CRYPTO help Enable Atmel ATAES132A 32k AES Serial EEPROM support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*