From 67862de79f5600b0b5a1973941e135bbe4b27e40 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 4 Aug 2023 10:34:53 -0500 Subject: mb/google/link: Use automatic fan control Several users complained of link's fan not running at all, particularly when using ChromeOS Flex. Enabling auto fan control at boot/s3 resume resolved the issue for them. Change-Id: I8f0db6b6c94fac2e0dcb580be0f6df839780c38c Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/80713 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/google/link/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig index ec61e5585a..0f98e1314a 100644 --- a/src/mainboard/google/link/Kconfig +++ b/src/mainboard/google/link/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS select ACPI_GNVS_USB_CHARGECTL select BOARD_ROMSIZE_KB_8192 select EC_GOOGLE_CHROMEEC + select EC_GOOGLE_CHROMEEC_AUTO_FAN_CTRL select EC_GOOGLE_CHROMEEC_LPC select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES -- cgit v1.2.3