From be85fab47cbad7a6ba40ab09af1f5af41a87f04d Mon Sep 17 00:00:00 2001 From: guohao15 Date: Fri, 29 Mar 2024 15:28:02 +0800 Subject: [PATCH] libuv:Make libuv use epoll runable without fsnotify Signed-off-by: guohao15 --- system/libuv/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/system/libuv/Kconfig b/system/libuv/Kconfig index d8e3b0114..dabe7dbf5 100644 --- a/system/libuv/Kconfig +++ b/system/libuv/Kconfig @@ -23,7 +23,6 @@ config LIBUV_THREAD_STACKSIZE config LIBUV_BACKEND_EPOLL bool "Using epoll backend in libuv" default y - depends on FS_NOTIFY if LIBUV_BACKEND_EPOLL