blob: dbb89af8b5bc8af1db8270f8213d9f4ad53d7cb0 [file] [log] [blame]
config LIBABR
bool "Enable libabr"
default n
config LIBAVB
bool "Enable LIBAVB"
default n
config LIBAVB_PREFER_HOST_SHA256
bool "Prefer host-provided SHA256 implementation"
default n
help
Use host-default SHA256 implementation instead of the standard
software impelementation in avb_sha256.c. Host implementations
usually perform better due to SoC-specific optimizations including
the use of hardware accelerators.