blob: 7e1b1b2875d51061751e48a0df0b2fed45fb5d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
config AES_SOFTWARE
bool "Enable driver for AES in software"
depends on DM_AES && AES
help
Enable driver for AES crypto operations in software. Uses U-Boot
AES library.
|