From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:46:19 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode

---
 kernel/fs/incfs/Kconfig |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/kernel/fs/incfs/Kconfig b/kernel/fs/incfs/Kconfig
index 1ffe31a..5f15000 100644
--- a/kernel/fs/incfs/Kconfig
+++ b/kernel/fs/incfs/Kconfig
@@ -2,13 +2,8 @@
 	tristate "Incremental file system support"
 	depends on BLOCK
 	select DECOMPRESS_LZ4
-	select CRC32
-	select CRYPTO
-	select CRYPTO_RSA
+	select DECOMPRESS_ZSTD
 	select CRYPTO_SHA256
-	select X509_CERTIFICATE_PARSER
-	select ASYMMETRIC_KEY_TYPE
-	select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
 	help
 	  Incremental FS is a read-only virtual file system that facilitates execution
 	  of programs while their binaries are still being lazily downloaded over the

--
Gitblit v1.6.2