Skip to content

Commit c3171af

Browse files
marc-hbplbossart
authored andcommitted
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: thesofproject/sof-test#1198 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 09d1f23 commit c3171af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

base-defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ CONFIG_INT340X_THERMAL=m
146146
CONFIG_INT3406_THERMAL=m
147147
CONFIG_INTEL_PCH_THERMAL=m
148148

149+
# Make fan.ko a module so we can blocklist it on some problematic devices
150+
CONFIG_ACPI_FAN=m
151+
149152
#
150153
# Generic IOMMU Pagetable Support
151154
#

0 commit comments

Comments
 (0)