summaryrefslogtreecommitdiff
path: root/roms/ipxe/src/config/config_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/ipxe/src/config/config_usb.c')
-rw-r--r--roms/ipxe/src/config/config_usb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/roms/ipxe/src/config/config_usb.c b/roms/ipxe/src/config/config_usb.c
index 17296d277..dc0e6e6af 100644
--- a/roms/ipxe/src/config/config_usb.c
+++ b/roms/ipxe/src/config/config_usb.c
@@ -43,9 +43,6 @@ REQUIRE_OBJECT ( ehci );
#ifdef USB_HCD_UHCI
REQUIRE_OBJECT ( uhci );
#endif
-#ifdef USB_HCD_USBIO
-REQUIRE_OBJECT ( usbio );
-#endif
/*
* Drag in USB peripherals
@@ -53,10 +50,3 @@ REQUIRE_OBJECT ( usbio );
#ifdef USB_KEYBOARD
REQUIRE_OBJECT ( usbkbd );
#endif
-
-/*
- * Drag in USB external interfaces
- */
-#ifdef USB_EFI
-REQUIRE_OBJECT ( efi_usb );
-#endif