diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-01 09:02:38 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-01-25 11:44:36 -0700 |
commit | 015372359030ac96a1eb3f2b3724144a09d8271d (patch) | |
tree | 6e1cf495b6e184c3382d105d818f0f616e2983a2 /arch/Kconfig | |
parent | 233f0e35a3536102e13bed924a1c4aa33726f244 (diff) | |
download | u-boot-015372359030ac96a1eb3f2b3724144a09d8271d.tar.gz u-boot-015372359030ac96a1eb3f2b3724144a09d8271d.tar.bz2 u-boot-015372359030ac96a1eb3f2b3724144a09d8271d.zip |
arm: Allow supporting ACPI-table generation
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index b5aa83de9b..c9608cd62e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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 |