From 46b63bb03367c6f09bec92bcb2d48f904d308829 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 27 Jun 2023 10:09:28 -0600 Subject: [PATCH] mb/system76/tgl-h: Disable D3cold Disable D3cold to prevent issues with Thunderbolt not working after S3 suspend. Change-Id: Ib4362783546aa01f0f8f5baaad817ee76be9c39c Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/61980 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/tgl-h/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/system76/tgl-h/Kconfig b/src/mainboard/system76/tgl-h/Kconfig index 7debee2b1f..cefee16287 100644 --- a/src/mainboard/system76/tgl-h/Kconfig +++ b/src/mainboard/system76/tgl-h/Kconfig @@ -74,4 +74,7 @@ config UART_FOR_CONSOLE config USE_PM_ACPI_TIMER default n +config D3COLD_SUPPORT + default n + endif