From: Heiko Carstens Date: Wed, 30 Jan 2013 15:32:12 +0000 (+0100) Subject: ata: disable ATA for s390 X-Git-Tag: firefly_0821_release~3680^2~1064^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0383a68cd2583ef3693cbfffe5abfc4369d70d46;p=firefly-linux-kernel-4.4.55.git ata: disable ATA for s390 Add s390 to the list of architectures that don' want ATA. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e08d322d01d7..14c3ac9eea96 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -14,7 +14,7 @@ menuconfig ATA tristate "Serial ATA and Parallel ATA drivers" depends on HAS_IOMEM depends on BLOCK - depends on !(M32R || M68K) || BROKEN + depends on !(M32R || M68K || S390) || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or