Skip to content

Commit

Permalink
linux-5.4.46: Build driver for AMD temperature and power sensors
Browse files Browse the repository at this point in the history
1.  `CONFIG_SENSORS_K8TEMP=m`

    > If you say yes here you get support for the temperature sensor(s) inside
    > your CPU. Supported is whole AMD K8 microarchitecture. Please note that
    > you will need at least lm-sensors 2.10.1 for proper userspace support.
    >
    > This driver can also be built as a module. If so, the module will be
    > called k8temp.

2.  `CONFIG_SENSORS_K10TEMP=m`

    > If you say yes here you get support for the temperature sensor(s)
    > inside your CPU. Supported are later revisions of the AMD Family 10h and
    > all revisions of the AMD Family 11h, 12h (Llano), 14h (Brazos), 15h
    > (Bulldozer/Trinity/Kaveri/Carrizo) and 16h (Kabini/Mullins)
    > microarchitectures.
    >
    > This driver can also be built as a module. If so, the module will be
    > called k10temp.

3.  `CONFIG_SENSORS_FAM15H_POWER=m`

    > If you say yes here you get support for processor power information
    > of your AMD family 15h CPU.
    >
    > This driver can also be built as a module. If so, the module will be
    > called fam15h_power.
  • Loading branch information
pmenzel committed Jul 28, 2020
1 parent 3485a03 commit e1f69d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux-5.4.46-337.bee
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ mee_configure() {
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
CONFIG_GPIOLIB=y
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_K10TEMP=m
CONFIG_SENSORS_FAM15H_POWER=m
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
CONFIG_I6300ESB_WDT=m
Expand Down

0 comments on commit e1f69d3

Please sign in to comment.