From c3171afedc632c389123d8b2cd77b467b8fa5655 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 21 May 2024 22:25:53 +0000 Subject: [PATCH] base-defconfig: make ACPI_FAN / fan.ko a module so we can blocklist it New driver: new, 6.10 error on cml-hel-rt5682. ``` kernel: acpi-fan INT3404:00: probe with driver acpi-fan failed with error -22 ``` Easily avoided by blocklisting fan.ko on this model. Part of the fix for: https://github.com/thesofproject/sof-test/issues/1198 Signed-off-by: Marc Herbert --- base-defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base-defconfig b/base-defconfig index 75e5c64..73d3ebd 100644 --- a/base-defconfig +++ b/base-defconfig @@ -146,6 +146,9 @@ CONFIG_INT340X_THERMAL=m CONFIG_INT3406_THERMAL=m CONFIG_INTEL_PCH_THERMAL=m +# Make fan.ko a module so we can blocklist it on some problematic devices +CONFIG_ACPI_FAN=m + # # Generic IOMMU Pagetable Support #