diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-06-27 10:09:28 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-03 12:52:32 +0000 |
commit | 46b63bb03367c6f09bec92bcb2d48f904d308829 (patch) | |
tree | eb9e178f32f839da54b68e3b92160ee5d71ae7ab /src/mainboard/system76/tgl-h | |
parent | 163dbddfe959c3a697cd01eff28ca6cc5b4bab8b (diff) |
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 <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61980
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/tgl-h')
-rw-r--r-- | src/mainboard/system76/tgl-h/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |