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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user