Skip to content

Commit

Permalink
fix(kernel-modules): add interconnect drivers
Browse files Browse the repository at this point in the history
Many devicetree based systems require interconnect drivers to function
properly. Include those in the initramfs.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
  • Loading branch information
ahalaney authored and aafeijoo-suse committed Jun 6, 2023
1 parent d244b31 commit afb5717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/90kernel-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ installkernel() {
"=drivers/gpio" \
"=drivers/hwmon" \
"=drivers/hwspinlock" \
"=drivers/interconnect" \
"=drivers/i2c/busses" \
"=drivers/mailbox" \
"=drivers/memory" \
Expand Down

0 comments on commit afb5717

Please sign in to comment.