summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-01-13 09:33:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-13 09:33:36 +0100
commit87428167719cd9e28b61cc19fab4984f31750930 (patch)
tree6ada3f5d6ec323228ad5c042b6557b93dbbb7222 /commands/Kconfig
parent2878a37e1bd96b4738b5d82b3788cd60147a3da4 (diff)
parentc40f026947d72edadacb28aa400bfe5bc473f20c (diff)
downloadbarebox-87428167719cd9e28b61cc19fab4984f31750930.tar.gz
barebox-87428167719cd9e28b61cc19fab4984f31750930.tar.xz
Merge branch 'pu/jean-codesize' into next
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 17e66570f2..766428c773 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -311,6 +311,8 @@ config CMD_BOOTM
tristate
default y
select CRC32
+ select UNCOMPRESS
+ select FILETYPE
prompt "bootm"
config CMD_BOOTM_SHOW_TYPE
@@ -421,6 +423,7 @@ config CMD_REGINFO
config CMD_VERSION
tristate
default y
+ depends on BANNER
prompt "version"
config CMD_HELP