summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config_usb.c3
-rw-r--r--src/config/usb.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config_usb.c b/src/config/config_usb.c
index dc0e6e6a..4e5843b9 100644
--- a/src/config/config_usb.c
+++ b/src/config/config_usb.c
@@ -43,6 +43,9 @@ REQUIRE_OBJECT ( ehci );
#ifdef USB_HCD_UHCI
REQUIRE_OBJECT ( uhci );
#endif
+#ifdef USB_HCD_USBIO
+REQUIRE_OBJECT ( usbio );
+#endif
/*
* Drag in USB peripherals
diff --git a/src/config/usb.h b/src/config/usb.h
index 52e82eaa..6d80e7f6 100644
--- a/src/config/usb.h
+++ b/src/config/usb.h
@@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
//#undef USB_HCD_XHCI /* xHCI USB host controller */
//#undef USB_HCD_EHCI /* EHCI USB host controller */
//#undef USB_HCD_UHCI /* UHCI USB host controller */
+//#define USB_HCD_USBIO /* Very slow EFI USB host controller */
/*
* USB peripherals