From cbbfa8d77828c754341295a6d865123309cfa011 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 22 Nov 2024 13:30:17 +1300 Subject: [PATCH] arm: mvebu: x240: Don't build mkeficapsule The x240 board doesn't use EFI and our toolchains don't include gnutls so disable the tool in the defconfig. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese --- configs/x240_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/x240_defconfig b/configs/x240_defconfig index 4fca1096e7..5e5b467b7b 100644 --- a/configs/x240_defconfig +++ b/configs/x240_defconfig @@ -77,3 +77,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y # CONFIG_FAT_WRITE is not set # CONFIG_SMBIOS is not set +# CONFIG_TOOLS_MKEFICAPSULE is not set -- 2.39.5