From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: [PATCH] ata: allow subsystem to be used on m32r and s390 archs Date: Tue, 07 Mar 2017 14:56:40 +0100 Message-ID: <2339253.11Ms71o855@amdc3058> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: Sender: linux-ide-owner@vger.kernel.org List-Archive: List-Post: To: Tejun Heo Cc: Christoph Hellwig , Martin Schwidefsky , Heiko Carstens , linux-ide@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: Both archs should work just fine with libata subsystem nowadays. Suggested-by: Christoph Hellwig Signed-off-by: Bartlomiej Zolnierkiewicz --- 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