]> git.sur5r.net Git - u-boot/blob - drivers/crypto/rsa_mod_exp/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / drivers / crypto / rsa_mod_exp / Kconfig
1 config DM_MOD_EXP
2         bool "Enable Driver Model for RSA Modular Exponentiation"
3         depends on DM
4         help
5           If you want to use driver model for RSA Modular Exponentiation, say Y.