Skip to content

Commit

Permalink
base-defconfig: make ACPI_FAN / fan.ko a module so we can blocklist it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marc-hb authored and plbossart committed May 22, 2024
1 parent 09d1f23 commit c3171af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base-defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit c3171af

Please sign in to comment.