ehci: Split core code from PCI part.
On ARM often EHCI is present without PCI and just declared in device tree. So splitcore from PCI part.
This commit is contained in:
parent
d4529d5d02
commit
56c0a46068
3 changed files with 223 additions and 187 deletions
|
@ -596,6 +596,7 @@ module = {
|
|||
module = {
|
||||
name = ehci;
|
||||
common = bus/usb/ehci.c;
|
||||
pci = bus/usb/ehci-pci.c;
|
||||
enable = pci;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue