summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 15:25:22 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 15:25:22 +0200
commitdc7a1f09310262f1c39774773a52a1ccdea62f82 (patch)
tree75482597e056decd934379ab0d77f4cf6a00a4f1 /commands/Kconfig
parent442b7bfa3fbfe853c0e39095ca6cf39c883ad6b2 (diff)
downloadbarebox-dc7a1f09310262f1c39774773a52a1ccdea62f82.tar.gz
barebox-dc7a1f09310262f1c39774773a52a1ccdea62f82.tar.xz
add Kconfig option for showing the image type
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 4d2cb2c6c7..111c8ef416 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -206,6 +206,11 @@ config CMD_BOOTM_BZLIB
select BZLIB
prompt "bootm with bzlib support"
+config CMD_BOOTM_SHOW_TYPE
+ bool
+ depends on CMD_BOOTM
+ prompt "show image information"
+
config CMD_RESET
bool
prompt "reset"