Skip to content

Commit

Permalink
crypto: sahara - remove dependency on EXPERIMENTAL
Browse files Browse the repository at this point in the history
The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency
makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is
what is intended, so let's remove this dependency.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Paul Bolle authored and Herbert Xu committed May 24, 2013
1 parent 1ef997d commit 74d24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ config CRYPTO_DEV_PICOXCELL

config CRYPTO_DEV_SAHARA
tristate "Support for SAHARA crypto accelerator"
depends on ARCH_MXC && EXPERIMENTAL && OF
depends on ARCH_MXC && OF
select CRYPTO_BLKCIPHER
select CRYPTO_AES
select CRYPTO_ECB
Expand Down

0 comments on commit 74d24d8

Please sign in to comment.