summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"