Skip to content

Commit

Permalink
feat: add nt6755 driver
Browse files Browse the repository at this point in the history
This will add additional hwmon sensors for nt6755 chip sets

Signed-off-by: Steven Kreitzer <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
buroa authored and smira committed Nov 27, 2024
1 parent b08cc4c commit c8c66b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3500,6 +3500,7 @@ CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_BATTERY_UG3105 is not set
# CONFIG_FUEL_GAUGE_MM8013 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
Expand Down Expand Up @@ -3610,8 +3611,9 @@ CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_NCT6683=y
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT6775_I2C is not set
CONFIG_SENSORS_NCT6775_CORE=y
CONFIG_SENSORS_NCT6775=y
CONFIG_SENSORS_NCT6775_I2C=y
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
Expand Down

0 comments on commit c8c66b2

Please sign in to comment.