nt9856x/rtos/BSP/u-boot/drivers/crypto/rsa_mod_exp/Kconfig
2023-03-28 15:07:53 +08:00

6 lines
172 B
Plaintext

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.