fix(kconfig): add LIBUV dependency to prevent missing configurations (#7798)
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
This commit is contained in:
2
Kconfig
2
Kconfig
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user