diff --git a/Kconfig b/Kconfig index 3270918166..c1d3b8ea94 100644 --- a/Kconfig +++ b/Kconfig @@ -985,6 +985,14 @@ menu "LVGL configuration" bool "Enable Monkey test" default n + config LV_USE_GRIDNAV + bool "Enable grid navigation" + default n + + config LV_USE_FRAGMENT + bool "Enable lv_obj fragment" + default n + config LV_USE_IMGFONT bool "draw img in label or span obj" default n