From 93b61540dfa56b2385ec188a29615e062cd571be Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 20 Sep 2020 16:00:19 +0200 Subject: [PATCH] Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEP" This reverts commit 02c4260713d62eff0875ca4a47019cd56371ffa7 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: 02c4260713d6 ("staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEP") Reported-by: Stephen Rothwell Reported-by: Herbert Xu Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192e/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig index 4236a37..4f45a00 100644 --- a/drivers/staging/rtl8192e/Kconfig +++ b/drivers/staging/rtl8192e/Kconfig @@ -36,7 +36,6 @@ config RTLLIB_CRYPTO_TKIP config RTLLIB_CRYPTO_WEP tristate "Support for rtllib WEP crypto" - select CRYPTO select CRYPTO_ARC4 depends on RTLLIB default y -- 2.7.4