arm_coreboot: Support EHCI.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 22:14:28 +02:00 committed by Vincent Batts
parent 56c0a46068
commit 25a88d14dd
5 changed files with 53 additions and 2 deletions

View file

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