[PATCH] lib: crypt: remove dependency on autoboot
Tomas Paukrt
tomaspaukrt at email.cz
Sun Jan 4 15:02:11 CET 2026
Make crypt_compare() accessible from board-specific code
by removing its dependency on the autoboot feature.
Signed-off-by: Tomas Paukrt <tomaspaukrt at email.cz>
---
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
--
2.17.1
More information about the U-Boot
mailing list