mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
31d2b4fd90
Add a new rsa uclass for performing modular exponentiation and implement the software driver basing on this uclass. Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
5 lines
172 B
Text
5 lines
172 B
Text
config DM_MOD_EXP
|
|
bool "Enable Driver Model for RSA Modular Exponentiation"
|
|
depends on DM
|
|
help
|
|
If you want to use driver model for RSA Modular Exponentiation, say Y.
|