diff mbox

ata: allow subsystem to be used on m32r and s390 archs

Message ID 2339253.11Ms71o855@amdc3058
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Bartlomiej Zolnierkiewicz March 7, 2017, 1:56 p.m. UTC
Both archs should work just fine with libata subsystem nowadays.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Cross compile tested.

 drivers/ata/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tejun Heo March 7, 2017, 7:26 p.m. UTC | #1
On Tue, Mar 07, 2017 at 02:56:40PM +0100, Bartlomiej Zolnierkiewicz wrote:
> Both archs should work just fine with libata subsystem nowadays.
> 
> Suggested-by: Christoph Hellwig <hch@infradead.org>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to libata/for-4.12.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 70b57d2..7e0fc98 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -14,7 +14,6 @@  menuconfig ATA
 	tristate "Serial ATA and Parallel ATA drivers (libata)"
 	depends on HAS_IOMEM
 	depends on BLOCK
-	depends on !(M32R || S390) || BROKEN
 	select SCSI
 	select GLOB
 	---help---