From 4edc71b0056c5d446439016dcfe1a0bb4b339a9c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 31 Aug 2022 08:29:13 +0200 Subject: [PATCH] Enable k10temp kernel module (#2094) The k10temp module allows to monitor CPU temperature on AMD systems. --- buildroot-external/board/pc/generic-x86-64/kernel.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index a4dd88d97..88e24aea3 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -154,3 +154,5 @@ CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m CONFIG_SND_SOC_SOF_XTENSA=m CONFIG_THINKPAD_ACPI=m + +CONFIG_SENSORS_K10TEMP=m