| 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. |