diff options
Diffstat (limited to 'drivers/crypto/rsa_mod_exp/Kconfig')
-rw-r--r-- | drivers/crypto/rsa_mod_exp/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/crypto/rsa_mod_exp/Kconfig b/drivers/crypto/rsa_mod_exp/Kconfig new file mode 100644 index 0000000..6dcb39a --- /dev/null +++ b/drivers/crypto/rsa_mod_exp/Kconfig @@ -0,0 +1,5 @@ +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. |