summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index d7fdf04cf8..49a56ca2ff 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -359,6 +359,13 @@ config CMD_BOOTM_OFTREE_UIMAGE
Support using oftree uImages. Without this only raw oftree
blobs can be used.
+config CMD_BOOTM_AIMAGE
+ bool
+ prompt "bootm Android image support"
+ depends on CMD_BOOTM && ARM
+ help
+ Support using Android Images.
+
config CMD_UIMAGE
tristate
prompt "uimage"