Make crypt_compare() accessible from board-specific code by removing its dependency on the autoboot feature.
Signed-off-by: Tomas Paukrt <[email protected]> --- 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

