Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933386AbbFJGdi (ORCPT ); Wed, 10 Jun 2015 02:33:38 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47717 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199AbbFJGcz (ORCPT ); Wed, 10 Jun 2015 02:32:55 -0400 From: Hannes Reinecke To: Mike Christie Cc: linux-kernel@vger.kernel.org, Konrad Rzeszutek Wilk , open-iscsi@googlegroups.com, Hannes Reinecke Subject: [PATCH] firmware: ACPI iBFT firmware support on EFI machines Date: Wed, 10 Jun 2015 08:32:50 +0200 Message-Id: <1433917970-46472-1-git-send-email-hare@suse.de> X-Mailer: git-send-email 1.8.5.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 31 The iBFT firmware tables can also be specified via ACPI tables when using EFI firmware. The 'iscsi_ibft_find' module is only for legacy X86 BIOS, so it needs to be skipped for all other architectures. Signed-off-by: Hannes Reinecke --- drivers/firmware/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 6517132..79204b2 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -124,7 +124,7 @@ 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 + depends on (ISCSI_IBFT_FIND || ACPI) && SCSI && SCSI_LOWLEVEL default n help This option enables support for detection and exposing of iSCSI -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/