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
Adrien Thierry 2021-12-20 09:41:07 -05:00 committed by Jóhann B. Guðmundsson
parent 164e5ebb11
commit 0e80ff72e0
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ installkernel() {
"=drivers/hwmon" \
"=drivers/hwspinlock" \
"=drivers/i2c/busses" \
"=drivers/mailbox" \
"=drivers/memory" \
"=drivers/mfd" \
"=drivers/mmc/core" \