Skip to content

Commit fe7697d

Browse files
committed
linux-cachyos-deckify: Build msi-wmi-platform into the kernel
steamos-manager needs msi-wmi-platform to be loaded for TDP controls on the MSI Claw to actually work. This can be done in one of three ways: 1. Implement autoloading functionality into the module itself for the Claw 2. Add `msi-wmi-platform` to /usr/lib/modules.load.d 3. Build it directly into the kernel (1) is the best solution, but is the hardest to implement at a distro level, and there isn't an estimate on when we can expect functionality to be introduced. This leaves it to (2) and (3). I believe that (2) is incredibly futile, since building it as a module first and unconditionally loading it second is incredibly pointless. There is also precedent in the Steam Deck modules being directly built, so there's no reason why `msi-wmi-platform` can't be either. Signed-off-by: Eric Naim <dnaim@cachyos.org>
1 parent 54b1976 commit fe7697d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-cachyos-deckify/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9658,7 +9658,7 @@ CONFIG_MEEGOPAD_ANX7428=m
96589658
CONFIG_MSI_EC=m
96599659
CONFIG_MSI_LAPTOP=m
96609660
CONFIG_MSI_WMI=m
9661-
CONFIG_MSI_WMI_PLATFORM=m
9661+
CONFIG_MSI_WMI_PLATFORM=y
96629662
CONFIG_PCENGINES_APU2=m
96639663
CONFIG_BARCO_P50_GPIO=m
96649664
CONFIG_SAMSUNG_GALAXYBOOK=m

0 commit comments

Comments
 (0)