aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-09-28 11:30:14 +0200
committerAnatolij Gustschin <agust@denx.de>2020-10-18 15:25:28 +0200
commit0ed6c0f9cbdad600923427511a40151cdff58006 (patch)
tree8887981d312017bf1a37d0bc89cc4a5fa71db1b0 /drivers/video/Kconfig
parent76c2ff3e5fd8068b433acbb0e76d33fa5116dade (diff)
downloadu-boot-0ed6c0f9cbdad600923427511a40151cdff58006.zip
u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.gz
u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.bz2
configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs
Done with: ./tools/moveconfig.py VIDEO_BMP_GZIP The 3 suspicious migration because CMD_BMP and SPLASH_SCREEN are not activated in these defconfigs: - trats_defconfig - s5pc210_universal_defconfig - trats2_defconfig Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e2e1f9c..6363807 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -939,4 +939,12 @@ config SPLASH_SOURCE
In case the environment variable "splashfile" is not defined the
default name 'splash.bmp' will be used.
+config VIDEO_BMP_GZIP
+ bool "Gzip compressed BMP image support"
+ depends on CMD_BMP || SPLASH_SCREEN
+ help
+ If this option is set, additionally to standard BMP
+ images, gzipped BMP images can be displayed via the
+ splashscreen support or the bmp command.
+
endmenu