From e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Dec 2021 09:02:36 -0700 Subject: x86: Allow any arch to generate ACPI tables These have sadly found their way to ARM now. Allow any arch to support generating ACPI tables. Disable this for the tools build. Signed-off-by: Simon Glass --- configs/tools-only_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/tools-only_defconfig') diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index abb00241fe..b78e5099f5 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -18,6 +18,7 @@ CONFIG_MISC_INIT_F=y CONFIG_OF_CONTROL=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_NET is not set +# CONFIG_GENERATE_ACPI_TABLE is not set # CONFIG_ACPIGEN is not set CONFIG_AXI=y CONFIG_AXI_SANDBOX=y -- cgit v1.2.1