diff --git a/Kconfig b/Kconfig index 39f45572b6..26e25d91de 100644 --- a/Kconfig +++ b/Kconfig @@ -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