summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/Kconfig')
-rwxr-xr-xdrivers/crypto/ux500/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/crypto/ux500/Kconfig b/drivers/crypto/ux500/Kconfig
new file mode 100755
index 00000000000..4ac419757d0
--- /dev/null
+++ b/drivers/crypto/ux500/Kconfig
@@ -0,0 +1,15 @@
+
+config CRYPTO_DEV_UX500_HASH
+ tristate "UX500 crypto driver for HASH block"
+ depends on ARCH_U8500
+ select CRYPTO_ALGAPI
+ select CRYPTO_HASH
+ select CRYPTO_HMAC
+ help
+ This selects the UX500 hash driver for the HASH hardware.
+ Depends on U8500/STM DMA if running in DMA mode.
+
+config CRYPTO_DEV_UX500_DEBUG_INFO
+ tristate "Enable UX500 crypto drivers debug info"
+ help
+ This is to enable the debug info for UX500 crypto drivers.