This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit be85fab47cbad7a6ba40ab09af1f5af41a87f04d Author: guohao15 <[email protected]> AuthorDate: Fri Mar 29 15:28:02 2024 +0800 libuv:Make libuv use epoll runable without fsnotify Signed-off-by: guohao15 <[email protected]> --- 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
