:orphan: .. title:: CRYPTO_ATAES132A_DRV_NAME .. option:: CONFIG_CRYPTO_ATAES132A_DRV_NAME *Driver's name* Type: ``string`` Help ==== Name for the ATAES132A driver which will be used for binding. Direct dependencies =================== \ :option:`CRYPTO_ATAES132A ` && \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "ataes132a" Kconfig definition ================== .. highlight:: kconfig At ``drivers/crypto/Kconfig.ataes132a:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:70`` → ``drivers/crypto/Kconfig:73`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Atmel ATAES132A 32k AES Serial EEPROM support .. parsed-literal:: config CRYPTO_ATAES132A_DRV_NAME string "Driver's name" default "ataes132a" depends on \ :option:`CRYPTO_ATAES132A ` && \ :option:`CRYPTO ` help Name for the ATAES132A driver which will be used for binding. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*