summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index de87c8d73b..a91bcef962 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -265,4 +265,11 @@ config CMD_LSMOD
depends on MODULES
prompt "lsmod"
+config CMD_BMP
+ bool
+ depends on VIDEO
+ prompt "bmp"
+ help
+ show bmp files on framebuffer devices
+
endmenu