From 831d1efa91e412124fe648c89033e7433af09b48 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 27 Jun 2023 23:10:09 +0200 Subject: [PATCH] Enable Intel Core/Core2/Atom temperature sensor (#2613) (#2614) --- buildroot-external/board/pc/generic-x86-64/kernel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index e4737359f..7668cb097 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -177,5 +177,6 @@ CONFIG_SND_SOC_SOF_XTENSA=m CONFIG_THINKPAD_ACPI=m CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_CORETEMP=m CONFIG_UHID=y