summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/hash/Kconfig')
-rw-r--r--drivers/crypto/hash/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/crypto/hash/Kconfig b/drivers/crypto/hash/Kconfig
new file mode 100644
index 0000000000..e226144b9b
--- /dev/null
+++ b/drivers/crypto/hash/Kconfig
@@ -0,0 +1,5 @@
+config DM_HASH
+ bool "Enable Driver Model for Hash"
+ depends on DM
+ help
+ If you want to use driver model for Hash, say Y.