From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 07:37:11 +0000 (+0100) Subject: boot: don't select non-existent CONFIG_VPL_CRYPTO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1b59c9bd49141efd45d50ddba291820a6ae975;p=thirdparty%2Fu-boot.git 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 Fixes: 4218456b3fac ("vbe: Add Kconfig options for VPL") Reviewed-by: Quentin Schulz --- 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