From e32509763b2953b920c73791ca157c2c1180f0be Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 11 Dec 2023 12:03:14 +0000 Subject: [PATCH] feat: enable nct6683 sensors as module The Lenovo Tiny M720q, as well as other Lenovo Tiny ThinkCentres (https://forums.servethehome.com/index.php?threads/lenovo-thinkcentre-thinkstation-tiny-project-tinyminimicro-reference-thread.34925/), uses this kernel module to expose hardware sensor metrics such as voltages, fan speed, and temperatures (CPU and others). Signed-off-by: JJGadgets Signed-off-by: Noel Georgi --- kernel/build/config-amd64 | 2 +- kernel/build/config-arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index 9949201f3..380c4cc01 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -3398,7 +3398,7 @@ CONFIG_SENSORS_CORETEMP=y # CONFIG_SENSORS_LM95245 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set -# CONFIG_SENSORS_NCT6683 is not set +CONFIG_SENSORS_NCT6683=y # CONFIG_SENSORS_NCT6775 is not set # CONFIG_SENSORS_NCT6775_I2C is not set # CONFIG_SENSORS_NCT7802 is not set diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index df3ed98bd..05f280444 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -4264,7 +4264,7 @@ CONFIG_SENSORS_LM90=y # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_NTC_THERMISTOR is not set -# CONFIG_SENSORS_NCT6683 is not set +CONFIG_SENSORS_NCT6683=y # CONFIG_SENSORS_NCT6775 is not set # CONFIG_SENSORS_NCT6775_I2C is not set # CONFIG_SENSORS_NCT7802 is not set