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 committed by Vincent Batts
parent d4529d5d02
commit 56c0a46068
3 changed files with 223 additions and 187 deletions

View file

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