arm: Allow supporting ACPI-table generation
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:38 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
Some ARM boards are using ACPI now. It seems that U-Boot should support
this method. Add ARM to the list of archs which can generate ACPI tables.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index b5aa83d..c9608cd 100644 (file)
@@ -62,6 +62,7 @@ config ARM
        select ARCH_SUPPORTS_LTO
        select CREATE_ARCH_SYMLINK
        select HAVE_PRIVATE_LIBGCC if !ARM64
+       select SUPPORT_ACPI
        select SUPPORT_OF_CONTROL
 
 config M68K