From 9c3808debad6cae03850a93af8f3d1a6677ca8c7 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 25 Jan 2021 12:17:57 +0100 Subject: avb: AVB_VERIFY depends on MMC AVB Verified Boot uses functions related to MMC. Signed-off-by: Heinrich Schuchardt Reviewed-by: Igor Opaniuk --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 45535e3501..2bb3798f80 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -561,6 +561,7 @@ config HASH config AVB_VERIFY bool "Build Android Verified Boot operations" depends on LIBAVB + depends on MMC depends on PARTITION_UUIDS help This option enables compilation of bootloader-dependent operations, -- cgit v1.2.3