lib: crypt: remove dependency on autoboot

Make crypt_compare() accessible from board-specific code
by removing its dependency on the autoboot feature.

Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tomas Paukrt
2026-01-04 15:02:11 +01:00
committed by Tom Rini
parent 6014f87b03
commit d54691b64e

View File

@@ -1,6 +1,5 @@
menuconfig CRYPT_PW menuconfig CRYPT_PW
bool "Add crypt support for password-based unlock" bool "Add crypt support for password-based unlock"
depends on AUTOBOOT_KEYED && AUTOBOOT_ENCRYPTION
help help
Enable support for crypt-style hashed passphrases. Enable support for crypt-style hashed passphrases.
This will then be used as the mechanism of choice to This will then be used as the mechanism of choice to