aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
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 /arch/x86
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 'arch/x86')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b8d8ee3..7cbfd6c 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -770,15 +770,6 @@ config GENERATE_MP_TABLE
multiprocessing as well as symmetric I/O interrupt handling with
the local APIC and I/O APIC.
-config GENERATE_ACPI_TABLE
- bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
- select QFW if QEMU
- help
- The Advanced Configuration and Power Interface (ACPI) specification
- provides an open standard for device configuration and management
- by the operating system. It defines platform-independent interfaces
- for configuration and power management monitoring.
-
config ACPI_GNVS_EXTERNAL
bool
help