summaryrefslogtreecommitdiffstats
path: root/src/config/config_usb.c
diff options
context:
space:
mode:
authorMichael Brown2015-05-10 00:14:34 +0200
committerMichael Brown2015-05-10 00:14:34 +0200
commit6dba29b18f5642a981ece54baef6d3433d26188e (patch)
treeea7d59351c309a164aeda35496281c7ef5b64d18 /src/config/config_usb.c
parent[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controller (diff)
downloadipxe-6dba29b18f5642a981ece54baef6d3433d26188e.tar.gz
ipxe-6dba29b18f5642a981ece54baef6d3433d26188e.tar.xz
ipxe-6dba29b18f5642a981ece54baef6d3433d26188e.zip
[uhci] Add support for UHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_usb.c')
-rw-r--r--src/config/config_usb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_usb.c b/src/config/config_usb.c
index a62d695e..9c9305d7 100644
--- a/src/config/config_usb.c
+++ b/src/config/config_usb.c
@@ -40,3 +40,6 @@ REQUIRE_OBJECT ( xhci );
#ifdef USB_HCD_EHCI
REQUIRE_OBJECT ( ehci );
#endif
+#ifdef USB_HCD_UHCI
+REQUIRE_OBJECT ( uhci );
+#endif