summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Stoica <cristian.stoica@freescale.com>2013-06-20 13:37:21 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-07-12 21:06:26 (GMT)
commite156e07f7c0e4a4828dd6727396f3a27dcb64944 (patch)
tree39eb72ed49f122e2cee7dbc4d665805d92615050
parentdf74252fe0d8eb9dc9be1c7e3ef8b1c27e111fe8 (diff)
downloadlinux-fsl-qoriq-e156e07f7c0e4a4828dd6727396f3a27dcb64944.tar.xz
crypto: caam - fix double words typo
Fix typo and rephrase docstring in Kconfig Change-Id: I4b6f6d54459307b8a418894b5836e2e50352c3df Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/3021 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Porosanu Alexandru-B06830 <alexandru.porosanu@freescale.com> Reviewed-by: Garg Vakul-B16394 <vakul@freescale.com> Reviewed-by: Geanta Neag Horia Ioan-B05471 <horia.geanta@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
-rw-r--r--drivers/crypto/caam/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig
index 6b07017..1f1630e 100644
--- a/drivers/crypto/caam/Kconfig
+++ b/drivers/crypto/caam/Kconfig
@@ -82,13 +82,13 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI
Selecting this will use SEC Queue Interface for sending
& receiving crypto jobs to/from SEC. This gives better
performance than job ring interface when the number of
- number of cores are more than the number of job rings
- assigned to kernel. Also the number of portals assigned
- to kernel should be more than the number of job rings.
+ cores are more than the number of job rings assigned to
+ the kernel. The number of portals assigned to the kernel
+ should also be more than the number of job rings.
- Currently only AEAD algorithms have been implemented to
- use SEC-QI backend interface. Rest of the algorithms
- would use job ring interface.
+ Currently, only AEAD algorithms have been implemented on
+ top of SEC-QI backend interface. The rest of the algorithms
+ use job ring interface.
To compile this as a module, choose M here: the module
will be called caamalg_qi.