Skip to content

Commit

Permalink
fix(kernel-modules): always include nvmem driver on nvmem_on_arm
Browse files Browse the repository at this point in the history
These drivers are needed to boot on some SoCs like NXP i.MX
We should include them so installation images will work.
  • Loading branch information
lnykryn authored and johannbg committed Aug 15, 2022
1 parent 101b683 commit bc965cd
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 @@ -85,6 +85,7 @@ installkernel() {
"=drivers/mfd" \
"=drivers/mmc/core" \
"=drivers/mmc/host" \
"=drivers/nvmem" \
"=drivers/phy" \
"=drivers/power" \
"=drivers/regulator" \
Expand Down

0 comments on commit bc965cd

Please sign in to comment.