summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-26 11:59:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-04 17:22:09 +0200
commitda0d61770a1eaebf90f92d432cde7f6e602da7da (patch)
tree80939e74e5d199b8789f136a84f4d0035d668a2a /commands/Kconfig
parent3dc70b22556ec808260e94042e6a475ece0a073d (diff)
downloadbarebox-da0d61770a1eaebf90f92d432cde7f6e602da7da.tar.gz
barebox-da0d61770a1eaebf90f92d432cde7f6e602da7da.tar.xz
gui: move gui file to include/gui and lib/gui
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig23
1 files changed, 15 insertions, 8 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index cf4142008b..e934f29d5c 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -494,6 +494,21 @@ config CMD_MTEST_ALTERNATIVE
endmenu
+menu "video command "
+
+if VIDEO
+
+config CMD_SPLASH
+ bool
+ select IMAGE_RENDERER
+ prompt "splash"
+ help
+ show bmp files on framebuffer devices
+
+endif
+
+endmenu
+
config CMD_TIMEOUT
tristate
prompt "timeout"
@@ -557,14 +572,6 @@ config CMD_LSMOD
depends on MODULES
prompt "lsmod"
-config CMD_SPLASH
- bool
- depends on VIDEO
- select IMAGE_RENDERER
- prompt "splash"
- help
- show bmp files on framebuffer devices
-
config CMD_GPIO
bool
depends on GENERIC_GPIO