common: Kconfig: select SHA1 if !DM_CRYPTO for android image verify

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Id010fe3e5947ad19fdba8a2dd97f421d83282105
This commit is contained in:
Joseph Chen 2019-11-25 08:53:34 +08:00 committed by Jianhong Chen
parent c6d268e39e
commit c641fb242b
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ config ANDROID_BOOT_IMAGE_SEPARATE
config ANDROID_BOOT_IMAGE_HASH
bool "Enable support for Android image hash verify"
depends on ANDROID_BOOT_IMAGE
select SHA1
select SHA1 if !DM_CRYPTO
help
This enables support for Android image hash verify, the mkbootimg always use
SHA1 for images.