From 19a27477271f65eed7a2555e0e1752aa832f46ca Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Mon, 28 Oct 2024 14:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80CONFIG=5FIO=5FURING=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongning5 --- linux-6.6/rk3568/arch/arm64_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-6.6/rk3568/arch/arm64_defconfig b/linux-6.6/rk3568/arch/arm64_defconfig index 321a419..c3cf5b3 100644 --- a/linux-6.6/rk3568/arch/arm64_defconfig +++ b/linux-6.6/rk3568/arch/arm64_defconfig @@ -128,7 +128,7 @@ CONFIG_MULTIUSER=y # CONFIG_SGETMASK_SYSCALL is not set CONFIG_FHANDLE=y CONFIG_ELF_CORE=y -# CONFIG_IO_URING is not set +CONFIG_IO_URING=y CONFIG_BPF_EVENTS=y CONFIG_CGROUP_BPF=y CONFIG_KPROBE_EVENTS=y -- Gitee