From 64e0388d325305bf27b2da8aca4efbde99484223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=A2=E6=A1=83=E5=85=AD?= <49054754+HongChao6@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:30:17 +0800 Subject: [PATCH] fix(kconfig): add LIBUV dependency to prevent missing configurations (#7798) Signed-off-by: liuhongchao --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 1fe40b26b..ceb2f4c34 100644 --- a/Kconfig +++ b/Kconfig @@ -1834,7 +1834,7 @@ menu "LVGL configuration" config LV_USE_NUTTX_LIBUV bool "Use uv loop to replace default timer loop and other fb/indev timers" - depends on LV_USE_NUTTX + depends on LV_USE_NUTTX && LIBUV default n config LV_USE_NUTTX_CUSTOM_INIT