diff options
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index d7d4d4e0ee18..7ae0d0f6d753 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -117,7 +117,7 @@ config CRYPTO_MANAGER_DISABLE_TESTS | |||
117 | algorithm registration. | 117 | algorithm registration. |
118 | 118 | ||
119 | config CRYPTO_GF128MUL | 119 | config CRYPTO_GF128MUL |
120 | tristate "GF(2^128) multiplication functions (EXPERIMENTAL)" | 120 | tristate "GF(2^128) multiplication functions" |
121 | help | 121 | help |
122 | Efficient table driven implementation of multiplications in the | 122 | Efficient table driven implementation of multiplications in the |
123 | field GF(2^128). This is needed by some cypher modes. This | 123 | field GF(2^128). This is needed by some cypher modes. This |