Hi, I ran into drivers/built-in.o: In function sas_request_addr':drivers/scsi/libsas/sas_scsi_host.c:1091: undefined reference to request_firmware' :drivers/scsi/libsas/sas_scsi_host.c:1103: undefined reference to release_firmware' make: *** [.tmp_vmlinux1] Error 1 I think the following is needed. Philippe diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig index 18f33cd..73cee53 100644 --- a/drivers/scsi/libsas/Kconfig +++ b/drivers/scsi/libsas/Kconfig @@ -26,6 +26,7 @@ config SCSI_SAS_LIBSAS tristate "SAS Domain Transport Attributes" depends on SCSI select SCSI_SAS_ATTRS + select FW_LOADER help This provides transport specific helpers for SAS drivers which use the domain device construct (like the aic94xxx). -- GNU's Not Unix -- IIS Isn't Secure -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html