From: Ondrej Mosnáček Date: Sun, 2 Apr 2017 19:19:16 +0000 (+0200) Subject: crypto: xts - drop gf128mul dependency X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad1064cd612e11b807eb764140deb5c1875ca5dc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git crypto: xts - drop gf128mul dependency Since the gf128mul_x_ble function used by xts.c is now defined inline in the header file, the XTS module no longer depends on gf128mul. Therefore, the 'select CRYPTO_GF128MUL' line can be safely removed. Signed-off-by: Ondrej Mosnacek Reviewd-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 6854c1fe54b7..aac4bc90a138 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -374,7 +374,6 @@ config CRYPTO_XTS tristate "XTS support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER - select CRYPTO_GF128MUL select CRYPTO_ECB help XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,