]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
ubifs: remove useless code
[u-boot] / lib / Kconfig
index dd54516f302146ec945b7aa4a2b2a253ef8f7357..a77bf1c688affc9f72ebd10ed0df1c2d4f9672dc 100644 (file)
@@ -187,6 +187,20 @@ config TPM
 
 endmenu
 
+menu "Android Verified Boot"
+
+config LIBAVB
+       bool "Android Verified Boot 2.0 support"
+       depends on ANDROID_BOOT_IMAGE
+       default n
+       help
+         This enables support of Android Verified Boot 2.0 which can be used
+         to assure the end user of the integrity of the software running on a
+         device. Introduces such features as boot chain of trust, rollback
+         protection etc.
+
+endmenu
+
 menu "Hashing Support"
 
 config SHA1