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