From e2d79c7ab5c7f8f563e08b399614916b1fbc3c0f Mon Sep 17 00:00:00 2001 From: Hien Nguyen Le <3352747+hiennguyenle@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:37:52 +0700 Subject: [PATCH] chore(kconfig): add missing LV_OS_SDL2 option to LV_USE_OS (#8831) Co-authored-by: Hien Nguyen --- Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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