diff options
| author | Chris Packham <[email protected]> | 2024-11-22 13:30:17 +1300 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2024-11-26 13:20:02 +0100 |
| commit | cbbfa8d77828c754341295a6d865123309cfa011 (patch) | |
| tree | e4cce8e570d35443466bad65c3c6b5eec1d3f88c | |
| parent | 27b24887352bfcc360ccd14c44e4e9a767a9505a (diff) | |
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/x240_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x240_defconfig b/configs/x240_defconfig index 4fca1096e74..5e5b467b7ba 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 |
