summaryrefslogtreecommitdiff
path: root/drivers/crypto/rsa_mod_exp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/rsa_mod_exp/Kconfig')
-rw-r--r--drivers/crypto/rsa_mod_exp/Kconfig5
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 0000000000..6dcb39a8d3
--- /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.