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:
Vladimir Serbinenko 2017-05-08 22:10:26 +02:00
parent 265292f2b0
commit 058df7b5a9
3 changed files with 223 additions and 187 deletions

View file

@ -593,6 +593,7 @@ module = {
module = {
name = ehci;
common = bus/usb/ehci.c;
pci = bus/usb/ehci-pci.c;
enable = pci;
};