From b198137b5b0011ed7ea8b58f2b6a3e391ceec662 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 1 Dec 2018 18:28:01 +0100 Subject: backports: Remove BPAUTO_CRYPTO_SKCIPHER This was added in commit 32751c901728 ("backport: add crypto skcipher interface"), but all the drivers which need it were deactivated in commit cdcec8e6128 ("backports: disable things needing LIB80211 unless SKCIPHER can exist") because it does not compile any more. Remove this code now completely from the tree. lib80211 does not use skcipher any more, but directly uses the crpyto API. since kernel 4.20. Signed-off-by: Hauke Mehrtens --- backport/compat/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'backport/compat/Kconfig') diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index f88a646e..bb5d864c 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -102,14 +102,6 @@ config BPAUTO_USERSEL_BUILD_ALL It's only really useful for compat testing, so you probably shouldn't enable it. -config BPAUTO_CRYPTO_SKCIPHER - tristate - depends on KERNEL_4_3 - default y if BACKPORTED_LIB80211_CRYPT_WEP - default y if BACKPORTED_LIB80211_CRYPT_TKIP - #c-file crypto/skcipher.c - #module-name skcipher - config BPAUTO_WANT_DEV_COREDUMP bool -- cgit v1.2.3