diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2011-12-13 05:52:51 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-12-20 02:20:05 -0500 |
commit | 2470a2b2c33455440d0452c8c0248d113e8502a5 (patch) | |
tree | 7e2ab3d024d80d1f0e4d6442f2a317bee3e22109 /crypto/Kconfig | |
parent | a9c57a9c6afb41951aa08317d0cd65a66aed38df (diff) |
crypto: lrw - remove dependency on EXPERIMENTAL
LRW has been EXPERIMENTAL since it was introduced in 2006. I'd say by now
it has seen enough testing to justify removal of EXPERIMENTAL tag.
CC: Rik Snel <rsnel@cube.dyndns.org>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index b8d1b10aedab..3cc7511c810a 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -241,8 +241,7 @@ config CRYPTO_ECB | |||
241 | the input block by block. | 241 | the input block by block. |
242 | 242 | ||
243 | config CRYPTO_LRW | 243 | config CRYPTO_LRW |
244 | tristate "LRW support (EXPERIMENTAL)" | 244 | tristate "LRW support" |
245 | depends on EXPERIMENTAL | ||
246 | select CRYPTO_BLKCIPHER | 245 | select CRYPTO_BLKCIPHER |
247 | select CRYPTO_MANAGER | 246 | select CRYPTO_MANAGER |
248 | select CRYPTO_GF128MUL | 247 | select CRYPTO_GF128MUL |