]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Kconfig
test/overlay: Fix various malloc/free leaks
[people/ms/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 14740b49f1ddbd00530292b13f7d0ad027039949..238fa3e1ed46caa14002bd8cb80dfceadea33d89 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -162,6 +162,13 @@ endmenu            # General setup
 
 menu "Boot images"
 
+config ANDROID_BOOT_IMAGE
+       bool "Enable support for Android Boot Images"
+       default y if FASTBOOT
+       help
+         This enables support for booting images which use the Android
+         image format header.
+
 config FIT
        bool "Support Flattened Image Tree"
        select MD5
@@ -380,6 +387,8 @@ source "disk/Kconfig"
 
 source "dts/Kconfig"
 
+source "env/Kconfig"
+
 source "net/Kconfig"
 
 source "drivers/Kconfig"