summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-01-29 13:50:06 -0500
committerTom Rini <[email protected]>2021-01-29 13:50:06 -0500
commit79382e97663c82dabe28e69ff0aa2d2f12131792 (patch)
tree486a33a76338e968e18cef06f626f1c7b45aba9a /common
parent07394fb05e4d48fee360ef38c96b3ef0576b7352 (diff)
parent7fd892b21530a60753c48db22f64e3415216faf6 (diff)
Merge branch '2021-01-29-assorted-fixes'
- Assorted test fixes - Assorted minor FAT fixes - Assorted Kconfig dependency fixes - MediaTek, vexpress_aemv8a improvements - Other assorted minor fixes
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 45535e3501d..2bb3798f808 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,