mirror of
https://xff.cz/git/u-boot/
synced 2025-09-21 18:42:07 +02:00
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:
committed by
Tom Rini
parent
ef7db7a3e8
commit
9c3808deba
@@ -561,6 +561,7 @@ config HASH
|
|||||||
config AVB_VERIFY
|
config AVB_VERIFY
|
||||||
bool "Build Android Verified Boot operations"
|
bool "Build Android Verified Boot operations"
|
||||||
depends on LIBAVB
|
depends on LIBAVB
|
||||||
|
depends on MMC
|
||||||
depends on PARTITION_UUIDS
|
depends on PARTITION_UUIDS
|
||||||
help
|
help
|
||||||
This option enables compilation of bootloader-dependent operations,
|
This option enables compilation of bootloader-dependent operations,
|
||||||
|
Reference in New Issue
Block a user