[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1430490978-1091-1-git-send-email-ian.jackson@eu.citrix.com>
Date: Fri, 1 May 2015 15:36:18 +0100
From: Ian Jackson <ian.jackson@...citrix.com>
To: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xen-devel@...ts.xenproject.org>
CC: Ian Jackson <ian.jackson@...citrix.com>,
Ian Jackson <Ian.Jackson@...citrix.com>,
James Bottomley <James.Bottomley@...e.de>,
Donald D Dugger <donald.d.dugger@...el.com>,
Pawel Baldysiak <pawel.baldysiak@...el.com>,
Lukasz Dorau <lukasz.dorau@...el.com>,
"Artur Paszkiewicz" <artur.paszkiewicz@...el.com>,
Ian Campbell <ian.campbell@...rix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
David Vrabel <david.vrabel@...rix.com>
Subject: [PATCH] [SCSI] libsas: Kconfig: Enable SATA compatibility by default
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@...citrix.com>
CC: James Bottomley <James.Bottomley@...e.de>
CC: Donald D Dugger <donald.d.dugger@...el.com>
CC: Pawel Baldysiak <pawel.baldysiak@...el.com>
CC: Lukasz Dorau <lukasz.dorau@...el.com>
CC: Artur Paszkiewicz <artur.paszkiewicz@...el.com>
CC: Ian Campbell <ian.campbell@...rix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
CC: Boris Ostrovsky <boris.ostrovsky@...cle.com>
CC: David Vrabel <david.vrabel@...rix.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists