diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-03 23:44:28 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-13 21:39:16 +0000 |
commit | 86024954dfa06af9a9a7e5f19ab5aae32eb14909 (patch) | |
tree | c5a7242122a517275655666514a20e279afc7d2f /src/soc/amd/cezanne/Kconfig | |
parent | 07acbfc6a5da1e3351e01e6553cb27f5f62cdb3c (diff) |
soc/amd/cezanne: select ACPI support and make the compiler happy
Follow-up patches will add more functionality.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I9b806569154e46418fa7d4fa35575a0acfec9132
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50273
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 64c3d54f95..82ab3c40c3 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -16,6 +16,7 @@ config SOC_SPECIFIC_OPTIONS select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH select FSP_COMPRESS_FSP_M_LZMA select FSP_COMPRESS_FSP_S_LZMA + select HAVE_ACPI_TABLES select HAVE_CF9_RESET select HAVE_SMI_HANDLER select IDT_IN_EVERY_STAGE |