Skip to content

Commit

Permalink
Add sdhci_acpi to the list of modules required for eMMC
Browse files Browse the repository at this point in the history
Issue: #90
  • Loading branch information
anatol committed Nov 30, 2021
1 parent 171ee7a commit 22fce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var defaultModulesList = []string{
"kernel/drivers/usb/host/",
"kernel/drivers/hid/",
"hid_generic", "sd_mod", "ahci",
"sdhci", "sdhci_pci", "mmc_block", // mmc
"sdhci", "sdhci_acpi", "sdhci_pci", "mmc_block", // mmc
"nvme", "usb_storage",
"virtio_pci", "virtio_blk", "virtio_scsi", "virtio_crypto",
}
Expand Down

0 comments on commit 22fce33

Please sign in to comment.