summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-08 14:10:07 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-11 21:22:34 +0800
commitb7498fdb821bf564fd5435408aefddb93d2b8597 (patch)
treebf8208905033dd8f17ad0b32294ac0cfa97c4c6d /commands
parent21d0fac1382cbe20dfc95c0a400350632f28cbdb (diff)
downloadbarebox-b7498fdb821bf564fd5435408aefddb93d2b8597.tar.gz
barebox-b7498fdb821bf564fd5435408aefddb93d2b8597.tar.xz
banner: add config to disable it
this will allow to save 144 bytes Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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 6f9ccb82c9..1d080e302e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -420,6 +420,7 @@ config CMD_REGINFO
config CMD_VERSION
tristate
default y
+ depends on BANNER
prompt "version"
config CMD_HELP