From 406631bd923aa979d7793bed69cf54da71de116b Mon Sep 17 00:00:00 2001 From: bjsylvia Date: Thu, 2 Nov 2023 18:00:57 +0800 Subject: [PATCH] fix(config): add config LV_USE_OS in Kconfig (#4736) Signed-off-by: YanXiaowei Co-authored-by: YanXiaowei --- Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Kconfig b/Kconfig index 315fcf7bf..fe10f3246 100644 --- a/Kconfig +++ b/Kconfig @@ -170,6 +170,17 @@ menu "LVGL configuration" help Max. memory to be used for layers. + config LV_USE_OS + int "Default operating system to use" + default 0 + help + "Select an operating system to use. Possible options:" + 0:LV_OS_NONE + 1:LV_OS_PTHREAD + 2:LV_OS_FREERTOS + 3:LV_OS_CMSIS_RTOS2 + 255:LV_OS_CUSTOM + config LV_USE_DRAW_SW bool "Enable software rendering" default y