diff mbox series

[v3,45/95] boot: Add a Kconfig for SPL_AVB_VERIFY

Message ID 20230212231638.1134219-46-sjg@chromium.org
State RFC
Delegated to: Tom Rini
Headers show
Series RFC: Migrate to split config | expand

Commit Message

Simon Glass Feb. 12, 2023, 11:15 p.m. UTC
This is implicitly used in the source and seems useful, so add it.

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

(no changes since v1)

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

Patch

diff --git a/common/Kconfig b/common/Kconfig
index 14a40d8b4ea..58008321d53 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