diff options
| author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2026-02-25 08:37:11 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-03-10 12:35:02 -0600 |
| commit | ff1b59c9bd49141efd45d50ddba291820a6ae975 (patch) | |
| tree | c3c4e66260ac120fa5e9096406c3376c5c184c84 /boot | |
| parent | 65b776e6d230639d35bcb152d8f8ec2311e5c54b (diff) | |
boot: don't select non-existent CONFIG_VPL_CRYPTO
Symbol CONFIG_VPL_CRYPTO does not exist.
Don't select it.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fixes: 4218456b3fac ("vbe: Add Kconfig options for VPL")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index e5db165424a..e9c8734ecb5 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -386,7 +386,6 @@ config VPL_FIT_SIGNATURE default y select FIT_SIGNATURE select VPL_FIT - select VPL_CRYPTO select VPL_HASH imply VPL_RSA imply VPL_RSA_VERIFY |
