From 973285f33e318432ca8e6ef7069176a7d1bc101c Mon Sep 17 00:00:00 2001 From: _VIFEXTech Date: Thu, 11 Jan 2024 16:02:47 +0800 Subject: [PATCH] chore(Kconfig): use Tab to replace spaces for indentation (#5282) Signed-off-by: pengyiqiang Co-authored-by: pengyiqiang --- Kconfig | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Kconfig b/Kconfig index 0f8c0aafc..5b164c6a6 100644 --- a/Kconfig +++ b/Kconfig @@ -1172,27 +1172,27 @@ menu "LVGL configuration" bool "Lottie library" config LV_USE_THORVG bool "ThorVG library" - choice - prompt "Use ThorVG config" - depends on LV_USE_THORVG - default LV_USE_THORVG_INTERNAL - config LV_USE_THORVG_INTERNAL - bool "Use ThorVG internal" - config LV_USE_THORVG_EXTERNAL - bool "Use ThorVG external" - endchoice + choice + prompt "Use ThorVG config" + depends on LV_USE_THORVG + default LV_USE_THORVG_INTERNAL + config LV_USE_THORVG_INTERNAL + bool "Use ThorVG internal" + config LV_USE_THORVG_EXTERNAL + bool "Use ThorVG external" + endchoice config LV_USE_LZ4 bool "Enable LZ4 compress/decompress lib" - choice - prompt "Choose lvgl built-in LZ4 lib or external lib" - depends on LV_USE_LZ4 - default LV_USE_LZ4_INTERNAL - config LV_USE_LZ4_INTERNAL - bool "Use lvgl built-in LZ4 lib" - config LV_USE_LZ4_EXTERNAL - bool "Use external LZ4 library" - endchoice + choice + prompt "Choose lvgl built-in LZ4 lib or external lib" + depends on LV_USE_LZ4 + default LV_USE_LZ4_INTERNAL + config LV_USE_LZ4_INTERNAL + bool "Use lvgl built-in LZ4 lib" + config LV_USE_LZ4_EXTERNAL + bool "Use external LZ4 library" + endchoice config LV_USE_FFMPEG bool "FFmpeg library"