From 83b66d537480998674ec8dd1dc99a1aad68f8db5 Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Fri, 29 Mar 2024 18:15:14 +0800 Subject: [PATCH] chore(kconfig): move use_vector to correct place (#5995) --- Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Kconfig b/Kconfig index 98742c061..04323f7ea 100644 --- a/Kconfig +++ b/Kconfig @@ -353,6 +353,12 @@ menu "LVGL configuration" depends on LV_USE_DRAW_VG_LITE help The memory usage of a single gradient image is radial grad radius * 4 bytes. + + config LV_USE_VECTOR_GRAPHIC + bool "Use Vector Graphic APIs" + default n + help + Enable drawing support vector graphic APIs. endmenu menu "Feature Configuration" @@ -1139,12 +1145,6 @@ menu "LVGL configuration" config LV_USE_RLOTTIE bool "Lottie library" - - config LV_USE_VECTOR_GRAPHIC - bool "Enable Vector Graphic APIs" - default n - help - Enable drawing support vector graphic APIs. config LV_USE_THORVG bool "ThorVG library"