From 95ed81e4ba57c6fab09a461c79dd9e329d86737a Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Mon, 29 Aug 2022 08:24:54 -0400 Subject: mb/amd/chausie/Kconfig: Re-enable ESPI_RETAIN_PORT80 Chausie fails to boot without this option set. Enable in the mainboard rather than the SoC Kconfig to not impact Skyrim. TEST=boot to OS Signed-off-by: Fred Reitberger Change-Id: I9f2a1be9eddb9e17407d00ff50ceb70a2718ce3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/67175 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/amd/chausie/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index e9fd743fbb..c4f7638e2e 100644 --- a/src/mainboard/amd/chausie/Kconfig +++ b/src/mainboard/amd/chausie/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS select PCIEXP_CLK_PM select PCIEXP_COMMON_CLOCK select PCIEXP_L1_SUB_STATE + select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN config FMDFILE default "src/mainboard/amd/chausie/chromeos.fmd" if CHROMEOS -- cgit v1.2.3