diff options
| author | Patrick Delaunay <[email protected]> | 2020-09-28 11:30:15 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2020-10-18 15:26:14 +0200 |
| commit | f9a48654ee70fbad29f487d074fd36a1548b4209 (patch) | |
| tree | 09ec2c5e7b677ea8e38924953c9a199aa8f70081 /drivers | |
| parent | 0ed6c0f9cbdad600923427511a40151cdff58006 (diff) | |
configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
Done with:
./tools/moveconfig.py VIDEO_BMP_RLE8
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 63638074ca2..8df69f1496d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -947,4 +947,11 @@ config VIDEO_BMP_GZIP images, gzipped BMP images can be displayed via the splashscreen support or the bmp command. +config VIDEO_BMP_RLE8 + bool "Run length encoded BMP image (RLE8) support" + depends on DM_VIDEO || CFB_CONSOLE + help + If this option is set, the 8-bit RLE compressed BMP images + is supported. + endmenu |
