|
@@ -16,7 +16,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
16
|
16
|
#define TIMER_EFI
|
17
|
17
|
#define UMALLOC_EFI
|
18
|
18
|
#define SMBIOS_EFI
|
19
|
|
-#define SANBOOT_NULL
|
|
19
|
+#define SANBOOT_EFI
|
20
|
20
|
#define BOFM_EFI
|
21
|
21
|
#define ENTROPY_EFI
|
22
|
22
|
#define TIME_EFI
|
|
@@ -27,6 +27,11 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
27
|
27
|
#define IMAGE_EFI /* EFI image support */
|
28
|
28
|
#define IMAGE_SCRIPT /* iPXE script image support */
|
29
|
29
|
|
|
30
|
+#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
|
|
31
|
+#define SANBOOT_PROTO_AOE /* AoE protocol */
|
|
32
|
+#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
|
33
|
+#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
|
|
34
|
+
|
30
|
35
|
#define USB_HCD_XHCI /* xHCI USB host controller */
|
31
|
36
|
#define USB_HCD_EHCI /* EHCI USB host controller */
|
32
|
37
|
#define USB_HCD_UHCI /* UHCI USB host controller */
|