diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2011-12-13 05:52:56 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-12-20 02:20:06 -0500 |
commit | 5bcf8e6dd49fec57b5dd96a643c53a048272b625 (patch) | |
tree | 90497dade76ce7aee9fa7502cf4078468ebd5933 /crypto | |
parent | 2470a2b2c33455440d0452c8c0248d113e8502a5 (diff) |
crypto: xts - remove dependency on EXPERIMENTAL
XTS has been EXPERIMENTAL since it was introduced in 2007. 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')
-rw-r--r-- | crypto/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 3cc7511c810a..a77cd8eee884 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -261,8 +261,7 @@ config CRYPTO_PCBC | |||
261 | This block cipher algorithm is required for RxRPC. | 261 | This block cipher algorithm is required for RxRPC. |
262 | 262 | ||
263 | config CRYPTO_XTS | 263 | config CRYPTO_XTS |
264 | tristate "XTS support (EXPERIMENTAL)" | 264 | tristate "XTS support" |
265 | depends on EXPERIMENTAL | ||
266 | select CRYPTO_BLKCIPHER | 265 | select CRYPTO_BLKCIPHER |
267 | select CRYPTO_MANAGER | 266 | select CRYPTO_MANAGER |
268 | select CRYPTO_GF128MUL | 267 | select CRYPTO_GF128MUL |