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"
|
bool "Lottie library"
|
||||||
config LV_USE_THORVG
|
config LV_USE_THORVG
|
||||||
bool "ThorVG library"
|
bool "ThorVG library"
|
||||||
choice
|
choice
|
||||||
prompt "Use ThorVG config"
|
prompt "Use ThorVG config"
|
||||||
depends on LV_USE_THORVG
|
depends on LV_USE_THORVG
|
||||||
default LV_USE_THORVG_INTERNAL
|
default LV_USE_THORVG_INTERNAL
|
||||||
config LV_USE_THORVG_INTERNAL
|
config LV_USE_THORVG_INTERNAL
|
||||||
bool "Use ThorVG internal"
|
bool "Use ThorVG internal"
|
||||||
config LV_USE_THORVG_EXTERNAL
|
config LV_USE_THORVG_EXTERNAL
|
||||||
bool "Use ThorVG external"
|
bool "Use ThorVG external"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config LV_USE_LZ4
|
config LV_USE_LZ4
|
||||||
bool "Enable LZ4 compress/decompress lib"
|
bool "Enable LZ4 compress/decompress lib"
|
||||||
choice
|
choice
|
||||||
prompt "Choose lvgl built-in LZ4 lib or external lib"
|
prompt "Choose lvgl built-in LZ4 lib or external lib"
|
||||||
depends on LV_USE_LZ4
|
depends on LV_USE_LZ4
|
||||||
default LV_USE_LZ4_INTERNAL
|
default LV_USE_LZ4_INTERNAL
|
||||||
config LV_USE_LZ4_INTERNAL
|
config LV_USE_LZ4_INTERNAL
|
||||||
bool "Use lvgl built-in LZ4 lib"
|
bool "Use lvgl built-in LZ4 lib"
|
||||||
config LV_USE_LZ4_EXTERNAL
|
config LV_USE_LZ4_EXTERNAL
|
||||||
bool "Use external LZ4 library"
|
bool "Use external LZ4 library"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config LV_USE_FFMPEG
|
config LV_USE_FFMPEG
|
||||||
bool "FFmpeg library"
|
bool "FFmpeg library"
|
||||||
|
|||||||
Reference in New Issue
Block a user