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

From: Bartlomiej Zolnierkiewicz
Date: Tue Mar 07 2017 - 09:00:57 EST


Both archs should work just fine with libata subsystem nowadays.

Suggested-by: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
---
Cross compile tested.

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

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---
--
1.9.1