crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Tue, 13 Dec 2011 10:53:22 +0000 (12:53 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Dec 2011 07:20:08 +0000 (15:20 +0800)
CRYPTO_GF128MUL does not select EXPERIMENTAL anymore so remove the
"(EXPERIMENTAL)" from its name.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

crypto/Kconfig

index d7d4d4e..7ae0d0f 100644 (file)
@@ -117,7 +117,7 @@ config CRYPTO_MANAGER_DISABLE_TESTS
          algorithm registration.
 
 config CRYPTO_GF128MUL
-       tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
+       tristate "GF(2^128) multiplication functions"
        help
          Efficient table driven implementation of multiplications in the
          field GF(2^128).  This is needed by some cypher modes. This