33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
|
From c4796589e7cbc0e2d6837b30511c82d22668c2bf Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||
|
Date: Wed, 6 Oct 2021 11:05:49 +0100
|
||
|
Subject: [PATCH] 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>
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index 613c20e7..a1aba71b 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -59,6 +59,7 @@ installkernel() {
|
||
|
"=drivers/pci/host" \
|
||
|
"=drivers/pci/controller" \
|
||
|
"=drivers/pinctrl" \
|
||
|
+ "=drivers/usb/typec" \
|
||
|
"=drivers/watchdog"
|
||
|
|
||
|
instmods \
|
||
|
--
|
||
|
2.32.0
|
||
|
|