mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add sdhci and mmc drivers to MPC85XX/MPC85XXSPE
sdhci was missing from MPC85XXSPE, and mmc/mmcsd were missing from both.
This commit is contained in:
parent
e5c491ad33
commit
0323f4e177
2 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ device iicbus
|
|||
device loop
|
||||
device md
|
||||
device miibus
|
||||
device mmc
|
||||
device mmcsd
|
||||
device pass
|
||||
device pci
|
||||
device quicc
|
||||
|
|
|
|||
|
|
@ -81,6 +81,8 @@ device iicbus
|
|||
device loop
|
||||
device md
|
||||
device miibus
|
||||
device mmc
|
||||
device mmcsd
|
||||
device pass
|
||||
device pci
|
||||
device quicc
|
||||
|
|
@ -88,6 +90,7 @@ device random
|
|||
#device rl
|
||||
device scbus
|
||||
device scc
|
||||
device sdhci
|
||||
device sec
|
||||
device tsec
|
||||
device dpaa
|
||||
|
|
|
|||
Loading…
Reference in a new issue