From d54691b64e74438cf24c7ad4d9d54f418808c196 Mon Sep 17 00:00:00 2001 From: Tomas Paukrt Date: Sun, 4 Jan 2026 15:02:11 +0100 Subject: [PATCH] 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 --- lib/crypt/Kconfig | 1 - 1 file changed, 1 deletion(-) 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