From: Tomas Paukrt Date: Sun, 4 Jan 2026 14:02:11 +0000 (+0100) Subject: lib: crypt: remove dependency on autoboot X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54691b64e74438cf24c7ad4d9d54f418808c196;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Tom Rini --- diff --git a/lib/crypt/Kconfig b/lib/crypt/Kconfig index 22af6834d93..452b645831b 100644 --- a/lib/crypt/Kconfig +++ b/lib/crypt/Kconfig @@ -1,6 +1,5 @@ menuconfig CRYPT_PW bool "Add crypt support for password-based unlock" - depends on AUTOBOOT_KEYED && AUTOBOOT_ENCRYPTION help Enable support for crypt-style hashed passphrases. This will then be used as the mechanism of choice to