]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/Kconfig
[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms
[karo-tx-linux.git] / drivers / crypto / Kconfig
index d260c86218fa62dacb8c7996af469a6ccdaeae7d..910c715325be444ae1f88feca39cc250fd88ea1c 100644 (file)
@@ -27,4 +27,18 @@ config CRYPTO_DEV_PADLOCK_AES
          If unsure say M. The compiled module will be
          called padlock-aes.ko
 
+config CRYPTO_DEV_PADLOCK_SHA
+       tristate "PadLock driver for SHA1 and SHA256 algorithms"
+       depends on CRYPTO_DEV_PADLOCK
+       select CRYPTO_SHA1
+       select CRYPTO_SHA256
+       default m
+       help
+         Use VIA PadLock for SHA1/SHA256 algorithms.
+
+         Available in VIA C7 and newer processors.
+
+         If unsure say M. The compiled module will be
+         called padlock-sha.ko
+
 endmenu