fix(kconfig): add LIBUV dependency to prevent missing configurations (#7798)

Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
红桃六
2025-02-19 19:30:17 +08:00
committed by GitHub
parent cc51da5af3
commit 64e0388d32

View File

@@ -1834,7 +1834,7 @@ menu "LVGL configuration"
config LV_USE_NUTTX_LIBUV config LV_USE_NUTTX_LIBUV
bool "Use uv loop to replace default timer loop and other fb/indev timers" 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 default n
config LV_USE_NUTTX_CUSTOM_INIT config LV_USE_NUTTX_CUSTOM_INIT