avb: AVB_VERIFY depends on MMC

AVB Verified Boot uses functions related to MMC.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
This commit is contained in:
Heinrich Schuchardt 2021-01-25 12:17:57 +01:00 committed by Tom Rini
parent ef7db7a3e8
commit 9c3808deba
1 changed files with 1 additions and 0 deletions

View File

@ -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,