mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Create a basic framework for a group of devices that perform AES cryptographic operations. Signed-off-by: Ion Agorria <ion@agorria.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
config DM_AES
|
|
bool "Enable Driver Model for AES crypto operations"
|
|
depends on DM
|
|
help
|
|
If you want to use driver model for AES crypto operations, say Y.
|