diff options
| author | Tomas Paukrt <[email protected]> | 2026-01-04 15:02:11 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-13 09:42:44 -0600 |
| commit | d54691b64e74438cf24c7ad4d9d54f418808c196 (patch) | |
| tree | 7f53cfe07641b8fdcc3489cd4788cc2822631d19 /lib/crypt | |
| parent | 6014f87b03d2c54e34aa574dcec375804c030860 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib/crypt')
| -rw-r--r-- | lib/crypt/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
