mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[usb] Add support for xHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -18,3 +18,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
/*
|
||||
* Drag in USB controllers
|
||||
*/
|
||||
#ifdef USB_HCD_XHCI
|
||||
REQUIRE_OBJECT ( xhci );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user