arm_coreboot: Support EHCI.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 22:14:28 +02:00
parent 058df7b5a9
commit d11ced1e1f
5 changed files with 53 additions and 2 deletions

View file

@ -593,8 +593,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 = {