chore(kconfig): add missing LV_OS_SDL2 option to LV_USE_OS (#8831)

Co-authored-by: Hien Nguyen <hiennguyen@mijoconnected.com>
This commit is contained in:
Hien Nguyen Le
2025-09-09 10:37:52 +07:00
committed by GitHub
parent 648a09c275
commit e2d79c7ab5
+2
View File
@@ -143,6 +143,8 @@ menu "LVGL configuration"
bool "5: WINDOWS"
config LV_OS_MQX
bool "6: MQX"
config LV_OS_SDL2
bool "7: SDL2"
config LV_OS_CUSTOM
bool "255: CUSTOM"
endchoice