X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=crypto%2FKconfig;h=87b22ca9c223f5f1aea02660709b9adb84d066ba;hb=500698d3fd987f6c405d6d5f68fdf535a539e71e;hp=4b7cb0e691cd001b86eda8eb7d63d39a3add1428;hpb=80f5585a292d087856cbc1ddc64d4f7477244b46;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/crypto/Kconfig b/crypto/Kconfig index 4b7cb0e691cd..87b22ca9c223 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -264,11 +264,6 @@ config CRYPTO_XTS key size 256, 384 or 512 bits. This implementation currently can't handle a sectorsize which is not a multiple of 16 bytes. -config CRYPTO_FPU - tristate - select CRYPTO_BLKCIPHER - select CRYPTO_MANAGER - comment "Hash modes" config CRYPTO_HMAC @@ -543,7 +538,6 @@ config CRYPTO_AES_NI_INTEL select CRYPTO_AES_586 if !64BIT select CRYPTO_CRYPTD select CRYPTO_ALGAPI - select CRYPTO_FPU help Use Intel AES-NI instructions for AES algorithm.