]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat(kernel-modules): install platform/chrome modules on ARM/RISC-V
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Tue, 9 Jul 2024 21:21:18 +0000 (00:21 +0300)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 11 Jul 2024 11:52:42 +0000 (07:52 -0400)
Most ARM Chromebooks need the ChromiumOS Embedded Controller drivers
located under kernel/drivers/platform/chrome for essential functionality
like keyboard, USB, and display backlight. Add them to the non-hostonly
initramfs by adding them to the ARM/RISC-V-specific instmods call.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index 444d58a7eefa40830aa8fc3b2c759d19c4c53ee7..f159f0bebcaf771b70b8aa0ab43855b1e35cb193 100755 (executable)
@@ -81,6 +81,7 @@ installkernel() {
                 "=drivers/mmc/host" \
                 "=drivers/nvmem" \
                 "=drivers/phy" \
+                "=drivers/platform/chrome" \
                 "=drivers/power" \
                 "=drivers/regulator" \
                 "=drivers/reset" \