|
|
@@ -198,7 +198,7 @@ config DMI_SCAN_MACHINE_NON_EFI_FALLBACK
|
|
|
|
|
|
config ISCSI_IBFT_FIND
|
|
|
bool "iSCSI Boot Firmware Table Attributes"
|
|
|
- depends on X86 && ACPI
|
|
|
+ depends on X86 && ISCSI_IBFT
|
|
|
default n
|
|
|
help
|
|
|
This option enables the kernel to find the region of memory
|
|
|
@@ -209,7 +209,8 @@ config ISCSI_IBFT_FIND
|
|
|
config ISCSI_IBFT
|
|
|
tristate "iSCSI Boot Firmware Table Attributes module"
|
|
|
select ISCSI_BOOT_SYSFS
|
|
|
- depends on ISCSI_IBFT_FIND && SCSI && SCSI_LOWLEVEL
|
|
|
+ select ISCSI_IBFT_FIND if X86
|
|
|
+ depends on ACPI && SCSI && SCSI_LOWLEVEL
|
|
|
default n
|
|
|
help
|
|
|
This option enables support for detection and exposing of iSCSI
|