CONFIG_CRYPTO_ATAES132A_DRV_NAME¶
Driver’s name
Type: string
Help¶
Name for the ATAES132A driver which will be used for binding.
Default¶
- “ataes132a” 
Kconfig definition¶
At <Zephyr Driver>/crypto/Kconfig.ataes132a:14
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:72 → <Zephyr Driver>/crypto/Kconfig:73
Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Atmel ATAES132A 32k AES Serial EEPROM support
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.)