Browse Source

fix(90kernel-modules): add Type-C USB drivers for generic initrd

We need to pull in Type-C USB drivers as they can provide a number of
differnet bits of functionality in early boot including input, display
(altmode DP) and storage so we need to have them available to ensure
functionality attached to those buses/interfaces are available in early
boot.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
master
Peter Robinson 3 years ago committed by Jóhann B. Guðmundsson
parent
commit
a1287c627f
  1. 1
      modules.d/90kernel-modules/module-setup.sh

1
modules.d/90kernel-modules/module-setup.sh

@ -59,6 +59,7 @@ installkernel() { @@ -59,6 +59,7 @@ installkernel() {
"=drivers/pci/host" \
"=drivers/pci/controller" \
"=drivers/pinctrl" \
"=drivers/usb/typec" \
"=drivers/watchdog"

instmods \

Loading…
Cancel
Save