mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
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>
This commit is contained in:
parent
95ead5d7ff
commit
7c76bdd7c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue