diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 0ae170e01051..5105cf15834f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -157,7 +157,7 @@ config CRYPTO_GCM | |||
157 | tristate "GCM/GMAC support" | 157 | tristate "GCM/GMAC support" |
158 | select CRYPTO_CTR | 158 | select CRYPTO_CTR |
159 | select CRYPTO_AEAD | 159 | select CRYPTO_AEAD |
160 | select CRYPTO_GF128MUL | 160 | select CRYPTO_GHASH |
161 | help | 161 | help |
162 | Support for Galois/Counter Mode (GCM) and Galois Message | 162 | Support for Galois/Counter Mode (GCM) and Galois Message |
163 | Authentication Code (GMAC). Required for IPSec. | 163 | Authentication Code (GMAC). Required for IPSec. |