]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/crypto/Kconfig
crypto: nx - fix typo in nx driver config option
[mirror_ubuntu-artful-kernel.git] / drivers / crypto / Kconfig
index 1092a770482e53ce8597b39c9bba9dfa647db572..be6b2ba11fb1af91d3c8613258062426406f19d3 100644 (file)
@@ -298,7 +298,7 @@ config CRYPTO_DEV_TEGRA_AES
          will be called tegra-aes.
 
 config CRYPTO_DEV_NX
-       tristate "Support for Power7+ in-Nest cryptographic accleration"
+       tristate "Support for Power7+ in-Nest cryptographic acceleration"
        depends on PPC64 && IBMVIO
        select CRYPTO_AES
        select CRYPTO_CBC
@@ -325,4 +325,11 @@ if CRYPTO_DEV_UX500
        source "drivers/crypto/ux500/Kconfig"
 endif # if CRYPTO_DEV_UX500
 
+config CRYPTO_DEV_BFIN_CRC
+       tristate "Support for Blackfin CRC hardware"
+       depends on BF60x
+       help
+         Newer Blackfin processors have CRC hardware. Select this if you
+         want to use the Blackfin CRC module.
+
 endif # CRYPTO_HW