diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 74d0e622a515..66ff22a36ed9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -241,6 +241,11 @@ config CRYPTO_XTS | |||
241 | key size 256, 384 or 512 bits. This implementation currently | 241 | key size 256, 384 or 512 bits. This implementation currently |
242 | can't handle a sectorsize which is not a multiple of 16 bytes. | 242 | can't handle a sectorsize which is not a multiple of 16 bytes. |
243 | 243 | ||
244 | config CRYPTO_FPU | ||
245 | tristate | ||
246 | select CRYPTO_BLKCIPHER | ||
247 | select CRYPTO_MANAGER | ||
248 | |||
244 | comment "Hash modes" | 249 | comment "Hash modes" |
245 | 250 | ||
246 | config CRYPTO_HMAC | 251 | config CRYPTO_HMAC |