[PATCH] [SCSI] libsas: Kconfig: Enable SATA compatibility by default

From: Ian Jackson
Date: Fri May 01 2015 - 10:36:40 EST


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.Jackson@xxxxxxxxxxxxx>
CC: James Bottomley <James.Bottomley@xxxxxxx>
CC: Donald D Dugger <donald.d.dugger@xxxxxxxxx>
CC: Pawel Baldysiak <pawel.baldysiak@xxxxxxxxx>
CC: Lukasz Dorau <lukasz.dorau@xxxxxxxxx>
CC: Artur Paszkiewicz <artur.paszkiewicz@xxxxxxxxx>
CC: Ian Campbell <ian.campbell@xxxxxxxxxx>
CC: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
CC: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
CC: David Vrabel <david.vrabel@xxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/