We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17e771 commit fd53adaCopy full SHA for fd53ada
5 files changed
src/config/config_usb.c
@@ -18,3 +18,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
18
/*
19
* Drag in USB controllers
20
*/
21
+#ifdef USB_HCD_XHCI
22
+REQUIRE_OBJECT ( xhci );
23
+#endif
src/config/defaults/pcbios.h
@@ -36,6 +36,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
36
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
37
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
38
39
+#define USB_HCD_XHCI /* xHCI USB host controller */
40
+
41
#define REBOOT_CMD /* Reboot command */
42
#define CPUID_CMD /* x86 CPU feature detection command */
43
0 commit comments