From 2095ef81e280e0bedd41f6f58d97c36d3733e075 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 1 Dec 2023 00:15:27 +0100 Subject: [PATCH] linux (RPi5): switch CONFIG_SENSORS_PWM_FAN to y pwm_fan is used by RPi official active cooler, building it into kernel makes the fan spin down from full throttle also in initrd stage. Signed-off-by: Matthias Reichl --- projects/RPi/devices/RPi5/linux/linux.aarch64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/devices/RPi5/linux/linux.aarch64.conf b/projects/RPi/devices/RPi5/linux/linux.aarch64.conf index 9a60d2f229..3a6af7b860 100644 --- a/projects/RPi/devices/RPi5/linux/linux.aarch64.conf +++ b/projects/RPi/devices/RPi5/linux/linux.aarch64.conf @@ -3394,7 +3394,7 @@ CONFIG_SENSORS_GPIO_FAN=m # CONFIG_SENSORS_OCC_P8_I2C is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_PMBUS is not set -CONFIG_SENSORS_PWM_FAN=m +CONFIG_SENSORS_PWM_FAN=y CONFIG_SENSORS_RASPBERRYPI_HWMON=y # CONFIG_SENSORS_SBTSI is not set # CONFIG_SENSORS_SBRMI is not set