aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 09:02:36 -0700
committerSimon Glass <sjg@chromium.org>2022-01-25 11:44:36 -0700
commite1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1 (patch)
treec96cc97001c76606a7aadcdabf5e170852bcd267 /configs
parent6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff)
downloadu-boot-e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1.zip
u-boot-e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1.tar.gz
u-boot-e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1.tar.bz2
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 <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/tools-only_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index abb0024..b78e509 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