diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 074787281c9471c48eb6104e29d06e2cb03df51e..a6ef6acaa1c80b0e781b7f8b71310e7093e71648 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -110,7 +110,7 @@ config DMI_SYSFS config ISCSI_IBFT_FIND bool "iSCSI Boot Firmware Table Attributes" - depends on X86 + depends on X86 && ACPI default n help This option enables the kernel to find the region of memory diff --git a/include/linux/iscsi_ibft.h b/include/linux/iscsi_ibft.h index 82f9673c2527c842dbd28f12a0bc6b0f7af96ed0..605cc5c333d968f7ff2074cd9ab6d21d6b9bbc7e 100644 --- a/include/linux/iscsi_ibft.h +++ b/include/linux/iscsi_ibft.h @@ -21,7 +21,7 @@ #ifndef ISCSI_IBFT_H #define ISCSI_IBFT_H -#include /* FIXME: inclusion should be removed */ +#include /* * Logical location of iSCSI Boot Format Table.