diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-11-17 21:01:20 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-11-23 09:22:42 +0000 |
commit | 34b70fd1635d7066e366dc72c155b9b78f03e8cc (patch) | |
tree | 0177d9551d3634d97c83cd3f8edf109abdbe32bc /src/mainboard/system76/bonw14 | |
parent | 924c33b76096668a39dac328e10ab8999d615dc8 (diff) |
mb/system76/*: Enable dGPU temp/fan reporting
Select the EC option on boards with dGPUs to report GPU temperature and
fan data.
Tested on system76/oryp6. The GPU fan speed is reported in sensors when
the system is under load.
system76_acpi-acpi-0
Adapter: ACPI interface
CPU fan: 1985 RPM
GPU fan: 2348 RPM
CPU temp: +68.0°C
GPU temp: +0.0°C
Change-Id: Ieb45dc277c7eb11be1c50b9a9e3e20e3a88578b7
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59123
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/bonw14')
-rw-r--r-- | src/mainboard/system76/bonw14/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/bonw14/Kconfig b/src/mainboard/system76/bonw14/Kconfig index 6f93e09de1..adbf3c6d4b 100644 --- a/src/mainboard/system76/bonw14/Kconfig +++ b/src/mainboard/system76/bonw14/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS select EC_SYSTEM76_EC select EC_SYSTEM76_EC_BAT_THRESHOLDS select EC_SYSTEM76_EC_COLOR_KEYBOARD + select EC_SYSTEM76_EC_DGPU select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select HAVE_CMOS_DEFAULT |