diff options
author | Simon Glass | 2021-12-01 09:02:39 -0700 |
---|---|---|
committer | Simon Glass | 2022-01-25 11:44:36 -0700 |
commit | 27ba6289fe3db6f2be1fa787575348154a32341f (patch) | |
tree | ddc936b743101370b585e4d1f5856c34e2fc0b7c /configs/coreboot64_defconfig | |
parent | 015372359030ac96a1eb3f2b3724144a09d8271d (diff) |
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 'configs/coreboot64_defconfig')
-rw-r--r-- | configs/coreboot64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot64_defconfig b/configs/coreboot64_defconfig index 8146569a9d0..8b88a08b088 100644 --- a/configs/coreboot64_defconfig +++ b/configs/coreboot64_defconfig @@ -46,6 +46,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_TFTP_TSIZE=y CONFIG_REGMAP=y CONFIG_SYSCON=y +# CONFIG_ACPIGEN is not set # CONFIG_PCI_PNP is not set CONFIG_SOUND=y CONFIG_SOUND_I8254=y |