SATA controllers support SATA disks. The kernel should be able to drive these, by default. It should not silently (apart from a debugging-only printk) ignore them.
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> CC: James Bottomley <james.bottom...@suse.de> CC: Donald D Dugger <donald.d.dug...@intel.com> CC: Pawel Baldysiak <pawel.baldys...@intel.com> CC: Lukasz Dorau <lukasz.do...@intel.com> CC: Artur Paszkiewicz <artur.paszkiew...@intel.com> CC: Ian Campbell <ian.campb...@citrix.com> CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> CC: Boris Ostrovsky <boris.ostrov...@oracle.com> CC: David Vrabel <david.vra...@citrix.com> --- drivers/scsi/libsas/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig index 9dafe64..16258b0 100644 --- a/drivers/scsi/libsas/Kconfig +++ b/drivers/scsi/libsas/Kconfig @@ -34,6 +34,7 @@ config SCSI_SAS_ATA bool "ATA support for libsas (requires libata)" depends on SCSI_SAS_LIBSAS depends on ATA = y || ATA = SCSI_SAS_LIBSAS + default y help Builds in ATA support into libsas. Will necessitate the loading of libata along with libsas. -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/