diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-01 09:02:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-01-25 11:44:36 -0700 |
commit | e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1 (patch) | |
tree | c96cc97001c76606a7aadcdabf5e170852bcd267 /configs/tools-only_defconfig | |
parent | 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff) | |
download | u-boot-e1722fcb7d3fcb62b41f0feda4ac2c7d27d7c1f1.tar.gz |
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/tools-only_defconfig')
-rw-r--r-- | configs/tools-only_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |