ata: allow subsystem to be used on m32r and s390 archs
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 7 Mar 2017 13:56:40 +0000 (14:56 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 7 Mar 2017 19:25:51 +0000 (14:25 -0500)
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>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig

index 70b57d2..7e0fc98 100644 (file)
@@ -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---