arm_coreboot: Support EHCI.
This commit is contained in:
parent
56c0a46068
commit
25a88d14dd
5 changed files with 53 additions and 2 deletions
|
@ -596,8 +596,10 @@ module = {
|
|||
module = {
|
||||
name = ehci;
|
||||
common = bus/usb/ehci.c;
|
||||
arm_coreboot = bus/usb/ehci-fdt.c;
|
||||
pci = bus/usb/ehci-pci.c;
|
||||
enable = pci;
|
||||
enable = arm_coreboot;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue