chore(Kconfig): use Tab to replace spaces for indentation (#5282)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
36
Kconfig
36
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"
|
||||
|
||||
Reference in New Issue
Block a user