diff options
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | 2012-06-13 14:22:43 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-06-27 02:42:00 -0400 |
commit | 7c76bdd7c3baf6d2431bb801f5b11d2ac195fdd6 (patch) | |
tree | c82f7b87440ce858b9f616fa6ac1e77eea479e6c /drivers/crypto/Kconfig | |
parent | 95ead5d7ff824a01cb07921c9211a7e29437a929 (diff) |
crypto: nx - fix typo in nx driver config option
Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Acked-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index dd4d5af6c31f..be6b2ba11fb1 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -298,7 +298,7 @@ config CRYPTO_DEV_TEGRA_AES | |||
298 | will be called tegra-aes. | 298 | will be called tegra-aes. |
299 | 299 | ||
300 | config CRYPTO_DEV_NX | 300 | config CRYPTO_DEV_NX |
301 | tristate "Support for Power7+ in-Nest cryptographic accleration" | 301 | tristate "Support for Power7+ in-Nest cryptographic acceleration" |
302 | depends on PPC64 && IBMVIO | 302 | depends on PPC64 && IBMVIO |
303 | select CRYPTO_AES | 303 | select CRYPTO_AES |
304 | select CRYPTO_CBC | 304 | select CRYPTO_CBC |