fix(Kconfig): Add LV_USE_GRIDNAV and LV_USE_FRAGMENT to Kconfig (#3270)

Co-authored-by: Arno Moonen <arno.moonen@airios.eu>
This commit is contained in:
Arno Moonen 2022-04-13 15:38:20 +02:00 committed by Bartosz Gołaszewski
parent 0db5fca20c
commit 322164745a
1 changed files with 8 additions and 0 deletions

View File

@ -974,6 +974,14 @@ menu "LVGL configuration"
config LV_USE_MONKEY
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
endmenu
menu "Examples"