From 619a2af680ebaa06fd480a41b462d00a133896ab Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Mon, 17 Nov 2025 08:16:29 +0100 Subject: [PATCH] kconfigcheck: Enable EFI_ZBOOT for RISC-V Signed-off-by: Jens Reidel Part-of: --- kconfigcheck.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 8be917b5c..80329adc3 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -371,7 +371,7 @@ EFI_MIXED = "y" ["category:uefi".">=0.0.0"."aarch64 armv7"] EFI_GENERIC_STUB = "y" EFI_PARAMS_FROM_FDT = "y" -["category:uefi".">=6.1.0"."aarch64"] +["category:uefi".">=6.1.0"."aarch64 riscv64"] # Required EFI booting compressed kernels on this arch EFI_ZBOOT = "y" # Devices that used to run windows may still want to access