Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]> --- drivers/scsi/libsas/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig index aafdc92..b64e391 100644 --- a/drivers/scsi/libsas/Kconfig +++ b/drivers/scsi/libsas/Kconfig @@ -24,7 +24,7 @@ # config SCSI_SAS_LIBSAS tristate "SAS Domain Transport Attributes" - depends on SCSI + depends on SCSI && ATA select SCSI_SAS_ATTRS help This provides transport specific helpers for SAS drivers which - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- [PATCH 00/15] Roll-up of my libsas, aic94xx and sas_ata pa... Darrick J. Wong
- [PATCH 12/15] sas_ata: Implement sata phy control Darrick J. Wong
- [PATCH 06/15] sas_ata: Require CONFIG_ATA in Kconfig Darrick J. Wong
- [PATCH 01/15] aic94xx: Handle REQ_DEVICE_RESET Darrick J. Wong
- [PATCH 08/15] sas_ata: sas_ata_qc_issue should return... Darrick J. Wong
- [PATCH 10/15] aic94xx: Don't call pci_map_sg for alre... Darrick J. Wong
- [PATCH 04/15] libsas: Don't give scsi_cmnds to the EH... Darrick J. Wong
- [PATCH 07/15] sas_ata: Satisfy libata qc function loc... Darrick J. Wong
- [PATCH 02/15] libsas: Clean up rphys/port dev list af... Darrick J. Wong
- [PATCH 05/15] libsas: Add a sysfs knob to enable/disa... Darrick J. Wong
- [PATCH 13/15] sas_ata: Implement a libata error handl... Darrick J. Wong
- [PATCH 15/15] sas_ata: Make this a module separate fr... Darrick J. Wong
- [PATCH 09/15] sas_ata: ata_post_internal should abort... Darrick J. Wong