From e1f69d37acb4f4b754154e1a09898133a7f1ccff Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 16 Jun 2020 23:27:45 +0200 Subject: [PATCH] linux-5.4.46: Build driver for AMD temperature and power sensors 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. --- linux-5.4.46-337.bee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-5.4.46-337.bee b/linux-5.4.46-337.bee index 2b6f2e71e..ff817cfdc 100755 --- a/linux-5.4.46-337.bee +++ b/linux-5.4.46-337.bee @@ -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