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 <[email protected]> CC: James Bottomley <[email protected]> CC: Donald D Dugger <[email protected]> CC: Pawel Baldysiak <[email protected]> CC: Lukasz Dorau <[email protected]> CC: Artur Paszkiewicz <[email protected]> CC: Ian Campbell <[email protected]> CC: Konrad Rzeszutek Wilk <[email protected]> CC: Boris Ostrovsky <[email protected]> CC: David Vrabel <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

