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
265292f2b0
commit
058df7b5a9
3 changed files with 223 additions and 187 deletions
|
@ -593,6 +593,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