Skip to content

Commit

Permalink
feat: enable nct6683 sensors as module
Browse files Browse the repository at this point in the history
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 <git@jjgadgets.tech>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
JJGadgets authored and frezbo committed Dec 14, 2023
1 parent d6185ec commit e325097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Expand Up @@ -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
Expand Down

0 comments on commit e325097

Please sign in to comment.