From 8e8ea6314ab60a75dd48505e4c8ef6bdda6e37ac Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Tue, 18 Mar 2025 10:11:42 +0000 Subject: [PATCH] Generic: enable CONFIG_SENSORS_APPLESMC kernel module This module is required for temperature sensors and fan controls to work correctly via lm_sensors on Apple iMac and Mac mini hardware. See: https://forum.libreelec.tv/thread/29565-fancontrol-on-an-old-imac/ Signed-off-by: Christian Hewitt --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 4554276f4c..8c314a083d 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -3506,7 +3506,7 @@ CONFIG_HWMON_VID=y CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m CONFIG_SENSORS_FAM15H_POWER=m -# CONFIG_SENSORS_APPLESMC is not set +CONFIG_SENSORS_APPLESMC=m # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set # CONFIG_SENSORS_CHIPCAP2 is not set