[RFC PATCH v2 10/56] boot: Add a Kconfig for SPL_AVB_VERIFY

Simon Glass sjg at chromium.org
Sat Feb 4 01:25:33 CET 2023


This is implicitly used in the source and seems useful, so add it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 common/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index 44aa7d8b1cd..c5f2a528943 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -818,6 +818,10 @@ config AVB_VERIFY
 	    * Helpers to access MMC, similar to drivers/fastboot/fb_mmc.c.
 	    * Helpers to alloc/init/free avb ops.
 
+config SPL_AVB_VERIFY
+	def_bool n # Build Android Verified Boot operations (SPL)
+	depends on SPL
+
 if AVB_VERIFY
 
 config AVB_BUF_ADDR
-- 
2.39.1.519.gcb327c4b5f-goog



More information about the U-Boot mailing list