fix(kernel-modules): add mailbox drivers for arm
Mailbox drivers might be needed by some of the devices used in the initrd. For example, on the Raspberry Pi 4, the MMC 'sdhci-iproc' driver depends on 'bcm2835-mailbox'. Signed-off-by: Adrien Thierry <athierry@redhat.com>master
parent
164e5ebb11
commit
0e80ff72e0
|
@ -80,6 +80,7 @@ installkernel() {
|
|||
"=drivers/hwmon" \
|
||||
"=drivers/hwspinlock" \
|
||||
"=drivers/i2c/busses" \
|
||||
"=drivers/mailbox" \
|
||||
"=drivers/memory" \
|
||||
"=drivers/mfd" \
|
||||
"=drivers/mmc/core" \
|
||||
|
|
Loading…
Reference in New Issue