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:
parent
c6d268e39e
commit
c641fb242b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue