mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
[ehci] Add support for EHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -37,3 +37,6 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
#ifdef USB_HCD_XHCI
|
||||
REQUIRE_OBJECT ( xhci );
|
||||
#endif
|
||||
#ifdef USB_HCD_EHCI
|
||||
REQUIRE_OBJECT ( ehci );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user