From: Bartlomiej Zolnierkiewicz Date: Tue, 7 Mar 2017 13:56:40 +0000 (+0100) Subject: ata: allow subsystem to be used on m32r and s390 archs X-Git-Tag: v4.12-rc1~167^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2a4b7862d6ba5c90746fc625e494b8ec5937fa1;p=karo-tx-linux.git ata: allow subsystem to be used on m32r and s390 archs Both archs should work just fine with libata subsystem nowadays. Suggested-by: Christoph Hellwig Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 70b57d2229d6..7e0fc9888f96 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---