]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_BMP to Kconfig
[u-boot] / cmd / Kconfig
index 306027c11a6bc5362371a33586b2e000305f1e62..6488701b08f0ecd4d81dbf6526cb1aff6f0be49c 100644 (file)
@@ -642,6 +642,18 @@ endmenu
 
 menu "Misc commands"
 
+config CMD_BMP
+       bool "Enable 'bmp' command"
+       depends on LCD || DM_VIDEO || VIDEO
+       help
+         This provides a way to obtain information about a BMP-format iamge
+         and to display it. BMP (which presumably stands for BitMaP) is a
+         file format defined by Microsoft which supports images of various
+         depths, formats and compression methods. Headers on the file
+         determine the formats used. This command can be used by first loading
+         the image into RAM, then using this command to look at it or display
+         it.
+
 config CMD_BKOPS_ENABLE
        bool "mmc bkops enable"
        depends on CMD_MMC