linuxOS_D21X/source/uboot-2021.10/drivers/crypto/rsa_mod_exp/Kconfig

6 lines
172 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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.