From: Greg Kroah-Hartman Date: Sun, 20 Sep 2020 13:58:39 +0000 (+0200) Subject: Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP" X-Git-Tag: v5.10-rc1~126^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0a94cc7b0bc05b7ec3cb13f062fde96476e3ccd;p=thirdparty%2Fkernel%2Flinux.git Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP" This reverts commit 243d040a6e4ae95408e133269dd72be2ba03dd48 as it conflicts with a change and fix coming in through the crypto tree as reported by Stephen and Herbert. Cc: Necip Fazil Yildiran Fixes: 243d040a6e4a ("staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP") Reported-by: Stephen Rothwell Reported-by: Herbert Xu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig index 31e076cc6f16a..4236a3794f0f7 100644 --- a/drivers/staging/rtl8192e/Kconfig +++ b/drivers/staging/rtl8192e/Kconfig @@ -26,7 +26,6 @@ config RTLLIB_CRYPTO_CCMP config RTLLIB_CRYPTO_TKIP tristate "Support for rtllib TKIP crypto" depends on RTLLIB - select CRYPTO select CRYPTO_ARC4 select CRYPTO_MICHAEL_MIC default y