summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-03-05 13:55:59 -0700
committerMartin Roth <martinroth@google.com>2021-03-13 23:15:26 +0000
commit88dbfa96e6dec905329ca16fee0228f70e66f3a0 (patch)
treeb0d5504919151b19194a126722b35d786cf9903e /src/mainboard/amd
parentc14bbc9c707e7b2f7946fdf40d24e1daaac3aaa3 (diff)
downloadcoreboot-88dbfa96e6dec905329ca16fee0228f70e66f3a0.tar.gz
coreboot-88dbfa96e6dec905329ca16fee0228f70e66f3a0.tar.bz2
coreboot-88dbfa96e6dec905329ca16fee0228f70e66f3a0.zip
mb/amd/majolica,google/guybrush,google/mancomb: select HAVE_ACPI_RESUME
Since not all mainboards based on the Cezanne SoC have to support ACPI resume, select this option in the mainboard's Kconfig and not in the SoC's Kconfig. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I988276ccb5b61837d7f3f015d1d1aba783324b02 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51305 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/majolica/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/majolica/Kconfig b/src/mainboard/amd/majolica/Kconfig
index 26cae008c3f2..622870d27305 100644
--- a/src/mainboard/amd/majolica/Kconfig
+++ b/src/mainboard/amd/majolica/Kconfig
@@ -5,6 +5,7 @@ if BOARD_AMD_MAJOLICA
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_16384
+ select HAVE_ACPI_RESUME
select SOC_AMD_CEZANNE
select SOC_AMD_COMMON_BLOCK_USE_ESPI
select AMD_SOC_CONSOLE_UART