summaryrefslogtreecommitdiffstats
path: root/src/config/rpi/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/rpi/usb.h')
-rw-r--r--src/config/rpi/usb.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/rpi/usb.h b/src/config/rpi/usb.h
new file mode 100644
index 00000000..f17ea0de
--- /dev/null
+++ b/src/config/rpi/usb.h
@@ -0,0 +1,13 @@
+/*
+ * Use EFI_USB_IO_PROTOCOL
+ *
+ * The Raspberry Pi uses an embedded DesignWare USB controller for
+ * which we do not have a native driver. Use via the
+ * EFI_USB_IO_PROTOCOL driver instead.
+ *
+ */
+#undef USB_HCD_XHCI
+#undef USB_HCD_EHCI
+#undef USB_HCD_UHCI
+#define USB_HCD_USBIO
+#undef USB_EFI