]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in Kconfig
authorPeter Meerwald <pmeerw@pmeerw.net>
Sun, 13 Mar 2016 15:15:37 +0000 (16:15 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 5 Apr 2016 12:35:42 +0000 (20:35 +0800)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig

index 477fffdb4f491170a1debb7b4fa6efe10d4a9553..41f194b92d3483b6c03b73c2f6cf65a1e265bdd4 100644 (file)
@@ -302,15 +302,15 @@ config CRYPTO_DEV_OMAP_AES
          want to use the OMAP module for AES algorithms.
 
 config CRYPTO_DEV_OMAP_DES
-       tristate "Support for OMAP DES3DES hw engine"
+       tristate "Support for OMAP DES/3DES hw engine"
        depends on ARCH_OMAP2PLUS
        select CRYPTO_DES
        select CRYPTO_BLKCIPHER
        help
          OMAP processors have DES/3DES module accelerator. Select this if you
          want to use the OMAP module for DES and 3DES algorithms. Currently
-         the ECB and CBC modes of operation supported by the driver. Also
-         accesses made on unaligned boundaries are also supported.
+         the ECB and CBC modes of operation are supported by the driver. Also
+         accesses made on unaligned boundaries are supported.
 
 config CRYPTO_DEV_PICOXCELL
        tristate "Support for picoXcell IPSEC and Layer2 crypto engines"