aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 09:02:39 -0700
committerSimon Glass <sjg@chromium.org>2022-01-25 11:44:36 -0700
commit27ba6289fe3db6f2be1fa787575348154a32341f (patch)
treeddc936b743101370b585e4d1f5856c34e2fc0b7c /arch
parent015372359030ac96a1eb3f2b3724144a09d8271d (diff)
downloadu-boot-27ba6289fe3db6f2be1fa787575348154a32341f.zip
u-boot-27ba6289fe3db6f2be1fa787575348154a32341f.tar.gz
u-boot-27ba6289fe3db6f2be1fa787575348154a32341f.tar.bz2
x86: Tidy up use of CONFIG_ACPIGEN
This is enabled for quite a few boards which don't create ACPI tables. Tidy this up by dropping the option for some boards. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index c9608cd..c5dd7fc 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -257,7 +257,7 @@ config X86
imply PCH
imply PHYSMEM
imply RTC_MC146818
- imply ACPIGEN if !QEMU
+ imply ACPIGEN if !QEMU && !EFI_APP
imply SYSINFO if GENERATE_SMBIOS_TABLE
imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE
imply TIMESTAMP