summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-08-20 12:56:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-20 12:57:07 +0200
commit960a6feb9a38e7df31c14f208f9d4603ecf357ac (patch)
tree9a70e2d2fd4e44fe95cefcbb14c6b7888570e561 /commands
parent3086fd8bb43ae6350d057e8a1534cfcc2f7f7558 (diff)
downloadbarebox-960a6feb9a38e7df31c14f208f9d4603ecf357ac.tar.gz
barebox-960a6feb9a38e7df31c14f208f9d4603ecf357ac.tar.xz
splash command: depend on CONFIG_VIDEO
The splash command only makes sense with framebuffer support enabled, so add the corresponding dependency to Kconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 133dcbf22c..25ed9ddafb 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1458,6 +1458,7 @@ endif
config CMD_SPLASH
bool
select IMAGE_RENDERER
+ depends on VIDEO
prompt "splash"
help
Display a BMP image on a framebuffer device