summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-07-31 15:08:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-31 15:08:49 +0200
commitce0d6995f6a38db81391ae913cc11580ceca0951 (patch)
tree3669ccc1f3578b6d3f7d502f403d58c919650624 /commands/Kconfig
parent79baaa503f732c421f1168b57e8241b863e8af94 (diff)
downloadbarebox-ce0d6995f6a38db81391ae913cc11580ceca0951.tar.gz
barebox-ce0d6995f6a38db81391ae913cc11580ceca0951.tar.xz
framebuffer: Add bmp command to show bmp files
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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